mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 19:09:33 +01:00
Fix error recovery problem
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3244 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ab7c5cdff9
commit
e15aec24ff
@ -69,7 +69,7 @@ error_message() # $* = Error Message
|
||||
fatal_error() # $* = Error Message
|
||||
{
|
||||
echo " ERROR: $@" >&2
|
||||
if [ $COMMAND = check ]; then
|
||||
if [ $COMMAND = check -o $COMMAND = generate ]; then
|
||||
[ -n "$TMP_DIR" ] && rm -rf $TMP_DIR
|
||||
else
|
||||
stop_firewall
|
||||
|
Loading…
Reference in New Issue
Block a user