mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Merge branch '4.5.1'
This commit is contained in:
commit
f104596b39
@ -3571,9 +3571,11 @@ sub get_params() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for ( keys %params ) {
|
for ( keys %params ) {
|
||||||
|
unless ( $_ eq 'SHOREWALL_INIT_SCRIPT' ) {
|
||||||
fatal_error "The variable name $_ is reserved and may not be set in the params file"
|
fatal_error "The variable name $_ is reserved and may not be set in the params file"
|
||||||
if /^SW_/ || /^SHOREWALL_/ || ( exists $config{$_} && ! exists $ENV{$_} ) || exists $reserved{$_};
|
if /^SW_/ || /^SHOREWALL_/ || ( exists $config{$_} && ! exists $ENV{$_} ) || exists $reserved{$_};
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ( $debug ) {
|
if ( $debug ) {
|
||||||
print "PARAMS:\n";
|
print "PARAMS:\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user