mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-13 11:31:50 +00:00
Missing command line argument serverUrl
This commit is contained in:
parent
db31a95efb
commit
f8ec10094d
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ function run(argv) {
|
||||||
if ((typeof args.hostname) == 'string') { settings.hostname = args.hostname; }
|
if ((typeof args.hostname) == 'string') { settings.hostname = args.hostname; }
|
||||||
if ((typeof args.serverid) == 'string') { settings.serverid = args.serverid; }
|
if ((typeof args.serverid) == 'string') { settings.serverid = args.serverid; }
|
||||||
if ((typeof args.serverhttpshash) == 'string') { settings.serverhttpshash = args.serverhttpshash; }
|
if ((typeof args.serverhttpshash) == 'string') { settings.serverhttpshash = args.serverhttpshash; }
|
||||||
|
if ((typeof args.serverurl) == 'string') { settings.serverurl = args.serverurl; }
|
||||||
if ((typeof args.remoteport) == 'string') { settings.remoteport = parseInt(args.remoteport); }
|
if ((typeof args.remoteport) == 'string') { settings.remoteport = parseInt(args.remoteport); }
|
||||||
if ((typeof args.remotetarget) == 'string') { settings.remotetarget = args.remotetarget; }
|
if ((typeof args.remotetarget) == 'string') { settings.remotetarget = args.remotetarget; }
|
||||||
if ((typeof args.out) == 'string') { settings.output = args.out; }
|
if ((typeof args.out) == 'string') { settings.output = args.out; }
|
||||||
|
|
Loading…
Reference in a new issue