mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fixed typo
This commit is contained in:
@@ -563,7 +563,7 @@ if ($init_mode eq "init" || $init_mode eq "local") {
|
||||
}
|
||||
|
||||
if ($need_links && $init_mode eq "init") {
|
||||
local $date = &read_file_contents($fn);
|
||||
local $data = &read_file_contents($fn);
|
||||
if (&has_command("chkconfig") && !$config{'no_chkconfig'} &&
|
||||
(@chk && $chk[3] || $data =~ /Default-Start:/i)) {
|
||||
# Call the chkconfig command to link up
|
||||
|
||||
Reference in New Issue
Block a user