forked from extern/shorewall_code
Correct handling of params file opens.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a67364c07d
commit
d1158a8a99
@ -2895,8 +2895,9 @@ sub unsupported_yes_no_warning( $ ) {
|
||||
# Process the params file
|
||||
#
|
||||
sub get_params() {
|
||||
if ( my $fn = find_file 'params' ) {
|
||||
my $fn = find_file 'params';
|
||||
|
||||
if ( -f $fn ) {
|
||||
progress_message2 "Processing $fn ...";
|
||||
|
||||
my $command = "$globals{SHAREDIRPL}/getparams $fn " . join( ':', @config_path );
|
||||
|
Loading…
Reference in New Issue
Block a user