mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 10:11:16 +01:00
Fix STARTUP_LOG without LOG_VERBOSITY
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7848 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
99b94180f6
commit
64be23ac42
@ -230,7 +230,6 @@ get_config() {
|
||||
-1)
|
||||
;;
|
||||
0|1|2)
|
||||
[ -n "$STARTUP_LOG" ] || $LOG_VERBOSITY=-1;
|
||||
;;
|
||||
*)
|
||||
echo " ERROR: Invalid LOG_VERBOSITY ($LOG_VERBOSITY)" >&2
|
||||
@ -238,7 +237,7 @@ get_config() {
|
||||
;;
|
||||
esac
|
||||
else
|
||||
$LOG_VERBOSITY=2;
|
||||
LOG_VERBOSITY=2;
|
||||
fi
|
||||
else
|
||||
LOG_VERBOSITY=-1;
|
||||
|
Loading…
Reference in New Issue
Block a user