mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Let 'update' default USE_DEFAULT_RT to 'No'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b2b3300ebf
commit
b0bf726c7e
@ -4803,6 +4803,8 @@ sub update_config_file( $$ ) {
|
||||
}
|
||||
}
|
||||
|
||||
$config{USE_DEFAULT_RT} = 'No' unless defined $config{USE_DEFAULT_RT};
|
||||
|
||||
my $fn;
|
||||
|
||||
unless ( -d "$globals{SHAREDIR}/configfiles/" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user