forked from extern/shorewall_code
Assume EXPORTMODULES=No if it doesn't exist in old file during update
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
af1e2f6c8b
commit
de74273dbb
@ -4865,6 +4865,8 @@ sub update_config_file( $$ ) {
|
||||
|
||||
$config{USE_DEFAULT_RT} = 'No' unless defined $config{USE_DEFAULT_RT};
|
||||
|
||||
$config{EXPORTMODULES} = 'No' unless defined $config{EXPORTMODULES};
|
||||
|
||||
my $fn;
|
||||
|
||||
unless ( -d "$globals{SHAREDIR}/configfiles/" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user