diff --git a/Shorewall/compiler b/Shorewall/compiler index 30b716ed0..9dcebe2d3 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -4460,6 +4460,18 @@ stop_firewall() { *) set +x + case \$COMMAND in + start) + logger "Shorewall start failed" + ;; + restart) + logger "Shorewall restart failed" + ;; + restore) + logger "Shorewall restore failed" + ;; + esac + if [ "\$RESTOREFILE" = NONE ]; then COMMAND=clear clear_firewall