Small fix to winservice.js

This commit is contained in:
Ylian Saint-Hilaire 2019-08-08 13:02:49 -07:00
parent b1779a7ef4
commit 791868be0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.3.9-m",
"version": "0.3.9-n",
"keywords": [
"Remote Management",
"Intel AMT",

View File

@ -63,7 +63,7 @@ function start() {
// This module is only called when MeshCentral is running as a Windows service.
// In this case, we don't want to start a child process, so we launch directly without arguments.
require(cwd).mainStart({ "launch": true });
require(runarg).mainStart({ "launch": true });
} catch (ex) { console.log(ex); }
// Logging funtions