1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-05 01:54:00 +00:00

Added procd support for installer

This commit is contained in:
Bryan Roe
2020-08-20 23:19:04 -07:00
parent 87991a34ab
commit beaadd09c6
3 changed files with 152 additions and 42 deletions

View File

@@ -344,7 +344,7 @@ function uninstallService(params)
msh = msh + '.msh';
}
if (svc.isRunning())
if (svc.isRunning == null || svc.isRunning())
{
process.stdout.write(' -> Stopping Service...');
if(process.platform=='win32')