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:
teastep 2007-12-07 15:09:35 +00:00
parent 99b94180f6
commit 64be23ac42

View File

@ -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;