From da50f70e58854210474e50275460258612ed3fff Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Mar 2022 19:00:45 -0300 Subject: [PATCH] format --- syncthingd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syncthingd.sh b/syncthingd.sh index b5efc8c..7b1e7ed 100755 --- a/syncthingd.sh +++ b/syncthingd.sh @@ -19,5 +19,7 @@ case $1 in --no-upgrade \ --unpaused ;; - stop) cat ${pid} | xargs -r kill ;; + stop) + cat ${pid} | xargs -r kill + ;; esac