fixed typo
This commit is contained in:
parent
067ec6c9fa
commit
16f38df1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ sub readAllConfigs {
|
|||
closedir(DIR);
|
||||
my %configs;
|
||||
foreach my $file (@files) {
|
||||
if ($file =~ /\.conf$/ && !($file =~ /^logs.conf$/)) {
|
||||
if ($file =~ /\.conf$/ && !($file =~ /^log.conf$/)) {
|
||||
$configs{$file} = readConfig($webguiPath,$file);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue