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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user