mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 13:39:06 +01:00
Bring the development path up to date with the stable path
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7048 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
30567220fd
commit
b55a2d51c4
@ -1817,7 +1817,7 @@ do_initialize() {
|
||||
trap "[ -n "$OUTPUT" ] && rm -f $OUTPUT;rm -rf $TMP_DIR; exit 2" 1 2 3 4 5 6 9
|
||||
;;
|
||||
firewall)
|
||||
trap "[ -n "$RESTOREBASE" ] && rm -f $RESTOREBASE;rm -rf $TMP_DIR; my_mutex_off; exit 2" 1 2 3 4 5 6 9
|
||||
trap "[ -n "$RESTOREBASE" ] && rm -f $RESTOREBASE;rm -rf $TMP_DIR; exit 2" 1 2 3 4 5 6 9
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user