From: Tollef Fog Heen Date: Mon, 6 Apr 2015 17:30:26 +0000 (+0200) Subject: Fix syntax X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=92e4053779f7f1b96c806292e5f2022c64642c51;p=dsa-puppet.git Fix syntax --- diff --git a/modules/stunnel4/files/etc-init.d-stunnel4 b/modules/stunnel4/files/etc-init.d-stunnel4 index 7bc871ac..b916efcd 100755 --- a/modules/stunnel4/files/etc-init.d-stunnel4 +++ b/modules/stunnel4/files/etc-init.d-stunnel4 @@ -79,7 +79,7 @@ killdaemons() for p in $PROCLIST; do start-stop-daemon --stop --retry 30 --pid "$p" echo -n "[stopped: $file] " - fi + done done }