diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index a9441aa1e..08403af7c 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -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} ) {