From 92e4053779f7f1b96c806292e5f2022c64642c51 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 6 Apr 2015 19:30:26 +0200 Subject: [PATCH] Fix syntax --- modules/stunnel4/files/etc-init.d-stunnel4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stunnel4/files/etc-init.d-stunnel4 b/modules/stunnel4/files/etc-init.d-stunnel4 index 7bc871ac6..b916efcd4 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 } -- 2.20.1