Enable 'debug' on the try, stop and clear commands.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2012-11-23 11:46:14 -08:00
parent 71bbc632ce
commit 75c148a2dd
2 changed files with 2 additions and 2 deletions

View File

@@ -1315,7 +1315,7 @@ try_command() {
[ -n "$nolock" ] || mutex_on
if run_it ${VARDIR}/.$command $command && [ -n "$timeout" ]; then
if run_it ${VARDIR}/.$command $g_debugging $command && [ -n "$timeout" ]; then
sleep $timeout
if [ "$command" = "restart" ]; then