This commit is contained in:
Ylian Saint-Hilaire 2022-06-30 19:55:32 -07:00
commit b4454e8222

View File

@ -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;
} }
} }