1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Meshcore revert.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-28 09:21:12 -07:00
parent 630c760d13
commit b2c8d4b909
3 changed files with 77 additions and 25 deletions

View file

@ -2572,8 +2572,6 @@ function createMeshCore(agent) {
//if (process.platform == 'win32') { try { pr = require('win-info').pendingReboot(); } catch (ex) { pr = null; } } // Pending reboot
if ((meshCoreObj.av == null) || (JSON.stringify(meshCoreObj.av) != JSON.stringify(av))) { meshCoreObj.av = av; mesh.SendCommand(meshCoreObj); }
}
mesh.SendCommand({ action: "plugin", plugin: "__all", hook: "sendPeriodicServerUpdate"});
}