Übertragene Optionen per regex prüfen

docstrings und codestyle
This commit is contained in:
2017-03-15 13:03:20 +01:00
parent 5b178cc745
commit 9827793fd6
5 changed files with 78 additions and 29 deletions

View File

@@ -67,7 +67,7 @@ do_stop()
start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
[ "$?" = 2 ] && return 2
rm -f $PIDFILE
return "$RETVAL"
return 0
}
#