Correct variable handling in shorecap

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-03-04 13:19:18 -08:00
parent abb943bfb7
commit f06bb65ffb

View File

@ -58,7 +58,7 @@ g_product="Shorewall Lite"
SHOREWALL_VERSION=$(cat /usr/share/shorewall6-lite/version) SHOREWALL_VERSION=$(cat /usr/share/shorewall6-lite/version)
[ -n "$IPTABLES" ] || IPTABLES=$(mywhich iptables) [ -n "$IP6TABLES" ] || IP6TABLES=$(mywhich iptables)
VERBOSITY=0 VERBOSITY=0
load_kernel_modules No load_kernel_modules No