mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fixed typo
This commit is contained in:
@@ -359,7 +359,7 @@ if (&running_in_zone()) {
|
||||
push(@fs, $smbmount) if ($smbmount);
|
||||
push(@fs, "udfs") if ($gconfig{'os_version'} >= 8);
|
||||
push(@fs, "xmemfs") if ($gconfig{'os_version'} >= 8 &&
|
||||
gconfig{'os_version'} <= 10);
|
||||
$gconfig{'os_version'} <= 10);
|
||||
return @fs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user