mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
synchronize agentCoreIsStable()
This commit is contained in:
parent
c55065505b
commit
375706336f
2 changed files with 44 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue