mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-26 06:03:15 -05:00
Small fix to winservice.js
This commit is contained in:
parent
b1779a7ef4
commit
791868be0c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.3.9-m",
|
"version": "0.3.9-n",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
@ -63,7 +63,7 @@ function start() {
|
|||||||
|
|
||||||
// This module is only called when MeshCentral is running as a Windows service.
|
// 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.
|
// 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); }
|
} catch (ex) { console.log(ex); }
|
||||||
|
|
||||||
// Logging funtions
|
// Logging funtions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user