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] "