mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
fixed typo
This commit is contained in:
@ -83,7 +83,7 @@ else {
|
||||
# MacOS specific fix - remove include for /etc/rndc.key , which we don't need
|
||||
$lref = &read_file_lines($cfile);
|
||||
for(my $i=0; $i<@$lref; $i++) {
|
||||
if ($lref->[$i] =~ /^include\s+"/etc/rndc.key"/i) {
|
||||
if ($lref->[$i] =~ /^include\s+"\/etc\/rndc.key"/i) {
|
||||
splice(@$lref, $i, 1);
|
||||
last;
|
||||
}
|
||||
|
Reference in New Issue
Block a user