mirror of
https://github.com/webmin/webmin.git
synced 2026-05-05 06:40:28 +01:00
MacOS support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
sub get_consume_status
|
||||
{
|
||||
return { 'up' => -1 } if (!&foreign_check("mount"));
|
||||
return { 'up' => -1 } if (!&foreign_check("mount", 1));
|
||||
&foreign_require("mount", "mount-lib.pl");
|
||||
local $m;
|
||||
foreach $f (&mount::list_mounted()) {
|
||||
|
||||
Reference in New Issue
Block a user