Provide default for SHOREWALL_SHELL

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-09-06 10:28:44 -07:00
parent 682a449e7b
commit 1bf13e5fda

View File

@ -5677,7 +5677,8 @@ sub get_configuration( $$$$$ ) {
fatal_error "LOG_MARTIANS=On is not supported in IPv6" if $config{LOG_MARTIANS} eq 'on';
}
default 'STARTUP_LOG' , '';
default 'STARTUP_LOG' , '';
default 'SHOREWALL_SHELL', '/bin/sh';
if ( $config{STARTUP_LOG} ne '' ) {
if ( supplied $config{LOG_VERBOSITY} ) {