mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-06 02:21:24 +01:00
Avoid infinite loop if fatal_error is called when the command is 'restore'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
25056dc4fb
commit
f124283dc3
@ -4492,7 +4492,7 @@ stop_firewall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case \$COMMAND in
|
case \$COMMAND in
|
||||||
stop|clear)
|
stop|clear|restore)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user