From 31bbec0fdd2bf056dcbd902ca8b1afc4a7d19f77 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 17 Oct 2009 13:05:26 -0700 Subject: [PATCH] Make 'debug' work with the safe commands --- Shorewall/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index ba6962855..a93922c2b 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -971,7 +971,7 @@ safe_commands() { [ -n "$nolock" ] || mutex_on - if ${VARDIR}/.$command $command; then + if ${VARDIR}/.$command $debugging $command; then echo -n "Do you want to accept the new firewall configuration? [y/n] "