mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 12:52:50 +03:00
Updated safemode text
This commit is contained in:
parent
f14d405320
commit
8cf6687b18
@ -1815,6 +1815,19 @@ function createMeshCore(agent) {
|
||||
break;
|
||||
case 'STATUS':
|
||||
var nextboot = require('win-bcd').getKey('safeboot');
|
||||
if (nextboot)
|
||||
{
|
||||
switch(nextboot)
|
||||
{
|
||||
case 'Network':
|
||||
case 'network':
|
||||
nextboot = 'SAFE_MODE_NETWORK';
|
||||
break;
|
||||
default:
|
||||
nextboot = 'SAFE_MODE';
|
||||
break;
|
||||
}
|
||||
}
|
||||
response = 'Current: ' + require('win-bcd').bootMode + ' , NextBoot: ' + (nextboot ? nextboot : 'NORMAL');
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user