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 bde9558962
commit dbf2c89083

View File

@ -5622,7 +5622,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} ) {