mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-16 00:48:46 -04:00
Added root check for macOS
This commit is contained in:
parent
1d04791d90
commit
de2e7f6900
@ -95,6 +95,10 @@ if (process.platform != 'darwin')
|
|||||||
process.exit();
|
process.exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (!require('user-sessions').isRoot()) { console.log('\n' + "This utility requires elevated permissions. Please try again with sudo."); process.exit(); }
|
||||||
|
}
|
||||||
|
|
||||||
if (!s)
|
if (!s)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user