mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Merge 375706336f into 133e77c8c6
This commit is contained in:
commit
42a5ea8439
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