diff --git a/debian/postinst b/debian/postinst index 0289794c5..742023eb1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -2,5 +2,5 @@ set -euo pipefail if [[ ${1:-} == configure ]]; then - pkill -x -HUP syncthing || true + pkill -HUP -x syncthing || true fi