mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 12:42:40 +02: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)
|
-1)
|
||||||
;;
|
;;
|
||||||
0|1|2)
|
0|1|2)
|
||||||
[ -n "$STARTUP_LOG" ] || $LOG_VERBOSITY=-1;
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo " ERROR: Invalid LOG_VERBOSITY ($LOG_VERBOSITY)" >&2
|
echo " ERROR: Invalid LOG_VERBOSITY ($LOG_VERBOSITY)" >&2
|
||||||
@ -238,7 +237,7 @@ get_config() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
$LOG_VERBOSITY=2;
|
LOG_VERBOSITY=2;
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
LOG_VERBOSITY=-1;
|
LOG_VERBOSITY=-1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user