syncthing/debian/syncthing/postinst

7 lines
102 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
if [[ ${1:-} == configure ]]; then
pkill -HUP -x syncthing || true
fi