mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 09:03:30 +01:00
Clear VERBOSE and VERBOSITY at CLI startup
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7bc0d7111e
commit
2e95197153
@ -471,6 +471,12 @@ g_timestamp=
|
|||||||
g_recovering=
|
g_recovering=
|
||||||
g_logread=
|
g_logread=
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure that these variables are cleared
|
||||||
|
#
|
||||||
|
VERBOSE=
|
||||||
|
VERBOSITY=
|
||||||
|
|
||||||
finished=0
|
finished=0
|
||||||
|
|
||||||
while [ $finished -eq 0 ]; do
|
while [ $finished -eq 0 ]; do
|
||||||
|
@ -1417,6 +1417,12 @@ g_debug=
|
|||||||
g_export=
|
g_export=
|
||||||
g_refreshchains=
|
g_refreshchains=
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure that these variables are cleared
|
||||||
|
#
|
||||||
|
VERBOSE=
|
||||||
|
VERBOSITY=
|
||||||
|
|
||||||
finished=0
|
finished=0
|
||||||
|
|
||||||
while [ $finished -eq 0 ]; do
|
while [ $finished -eq 0 ]; do
|
||||||
|
@ -455,6 +455,12 @@ g_recovering=
|
|||||||
g_purge=
|
g_purge=
|
||||||
g_logread=
|
g_logread=
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure that these variables are cleared
|
||||||
|
#
|
||||||
|
VERBOSE=
|
||||||
|
VERBOSITY=
|
||||||
|
|
||||||
finished=0
|
finished=0
|
||||||
|
|
||||||
while [ $finished -eq 0 ]; do
|
while [ $finished -eq 0 ]; do
|
||||||
|
@ -1332,6 +1332,12 @@ g_noroutes=
|
|||||||
g_purge=
|
g_purge=
|
||||||
g_timestamp=
|
g_timestamp=
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure that these variables are cleared
|
||||||
|
#
|
||||||
|
VERBOSE=
|
||||||
|
VERBOSITY=
|
||||||
|
|
||||||
finished=0
|
finished=0
|
||||||
|
|
||||||
while [ $finished -eq 0 ]; do
|
while [ $finished -eq 0 ]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user