Make 'debug' work with the safe commands

This commit is contained in:
Tom Eastep 2009-10-17 13:05:26 -07:00
parent 30dbfdc949
commit 31bbec0fdd

View File

@ -971,7 +971,7 @@ safe_commands() {
[ -n "$nolock" ] || mutex_on [ -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] " echo -n "Do you want to accept the new firewall configuration? [y/n] "