syncthing/debian/postinst

7 lines
102 B
Plaintext
Raw Normal View History

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