This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-01-19 09:54:47 -08:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -euo pipefail
|
|
|
|
|
|
|
|
|
|
if [[ ${1:-} == configure ]]; then
|
2016-01-24 13:10:30 +01:00
|
|
|
pkill -HUP -x syncthing || true
|
2016-01-19 09:54:47 -08:00
|
|
|
fi
|