]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix syntax
authorTollef Fog Heen <tfheen@err.no>
Mon, 6 Apr 2015 17:30:26 +0000 (19:30 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 6 Apr 2015 17:30:26 +0000 (19:30 +0200)
modules/stunnel4/files/etc-init.d-stunnel4

index 7bc871ac6686cd6edb3e4d15b37e74fb0c0aa400..b916efcd46420fd1a5f384da2c06204f8c296fe1 100755 (executable)
@@ -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
 }