Files
syncthing-arm/debtpl/syncthing/postinst
T

7 lines
102 B
Bash
Raw Normal View History

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