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

synchronize agentCoreIsStable()

This commit is contained in:
Daniel Hammerschmidt 2025-02-25 13:31:16 +01:00
parent c55065505b
commit 375706336f
2 changed files with 44 additions and 2 deletions

View file

@ -1677,6 +1677,7 @@ function handleServerCommand(data) {
// Fetch system information
getSystemInformation(function (results) {
if ((results != null) && (data.hash != results.hash)) { mesh.SendCommand({ action: 'sysinfo', sessionid: this.sessionid, data: results }); }
else { mesh.SendCommand({ action: 'sysinfo', sessionid: this.sessionid, data: null }); }
});
break;
}