diff --git a/Shorewall/firewall b/Shorewall/firewall index 9b4dccf89..9ff102c4d 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -95,7 +95,7 @@ error_message() # $* = Error Message fatal_error() # $* = Error Message { echo " Error: $@" >&2 - if [ $command = check ]; + if [ $command = check ]; then [ -n "$TMP_DIR" ] && rm -rf $TMP_DIR else stop_firewall