mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-28 16:15:54 -05:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
b4454e8222
@ -720,10 +720,13 @@ function agentUpdate_Start(updateurl, updateoptions) {
|
|||||||
s.restart();
|
s.restart();
|
||||||
}
|
}
|
||||||
catch (zz)
|
catch (zz)
|
||||||
|
{
|
||||||
|
if (zz.toString() != 'waitExit() aborted because thread is exiting')
|
||||||
{
|
{
|
||||||
sendConsoleText('Self Update encountered an error trying to restart service', sessionid);
|
sendConsoleText('Self Update encountered an error trying to restart service', sessionid);
|
||||||
sendAgentMessage('Self Update encountered an error trying to restart service', 3);
|
sendAgentMessage('Self Update encountered an error trying to restart service', 3);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user