forked from extern/shorewall_code
Clear DEBUG and PURGE shell variables
Delete a blank line Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e788b4c0f6
commit
1d8a7ad09f
@ -402,7 +402,6 @@ sub do_one_nat( $$$$$ )
|
||||
push @addresses_to_add, ( $external , $fullinterface );
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -1615,6 +1615,8 @@ VERSION_FILE=$SHAREDIR/version
|
||||
REFRESHCHAINS=
|
||||
RECOVERING=
|
||||
export RECOVERING
|
||||
DEBUG=
|
||||
PURGE=
|
||||
|
||||
for library in $LIBRARIES; do
|
||||
if [ -f $library ]; then
|
||||
|
@ -1515,6 +1515,8 @@ LIBRARIES="$SHAREDIR/lib.base $SHAREDIR/lib.cli"
|
||||
VERSION_FILE=$SHAREDIR/version
|
||||
RECOVERING=
|
||||
export RECOVERING
|
||||
DEBUG=
|
||||
PURGE=
|
||||
|
||||
for library in $LIBRARIES; do
|
||||
if [ -f $library ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user