Version 0.9.6

This commit is contained in:
Ylian Saint-Hilaire 2021-08-16 23:58:34 -07:00
parent 73459a311f
commit d6aa6521c3
2 changed files with 3 additions and 3 deletions

View File

@ -4484,10 +4484,10 @@ function agentUpdate_Start(updateurl, updateoptions) {
if (updateoptions != null && updateoptions.hash != null) {
if (updateoptions.hash.toLowerCase() == h.toString('hex').toLowerCase()) {
if (sessionid != null) { sendConsoleText('Download complete. HASH verified.', sessionid); }
}
else {
} else {
agentUpdate_Start._retryCount++;
sendConsoleText('Self Update FAILED because the downloaded agent FAILED hash check (' + agentUpdate_Start._retryCount + '), URL: ' + updateurl, sessionid);
sendConsoleText(updateoptions.hash + " != " + h.toString('hex'));
sendAgentMessage('Self Update FAILED because the downloaded agent FAILED hash check (' + agentUpdate_Start._retryCount + '), URL: ' + updateurl, 3);
agentUpdate_Start._selfupdate = null;

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.9.5",
"version": "0.9.6",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",