mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +02:00
launch domain-server with option to grab name
This commit is contained in:
parent
74b2a44050
commit
27e375e8e6
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ app.on('ready', function() {
|
||||||
maybeShowSplash();
|
maybeShowSplash();
|
||||||
|
|
||||||
if (dsPath && acPath) {
|
if (dsPath && acPath) {
|
||||||
domainServer = new Process('domain-server', dsPath, [], logPath);
|
domainServer = new Process('domain-server', dsPath, ["--get-temp-name"], logPath);
|
||||||
acMonitor = new ACMonitorProcess('ac-monitor', acPath, ['-n6',
|
acMonitor = new ACMonitorProcess('ac-monitor', acPath, ['-n6',
|
||||||
'--log-directory', logPath,
|
'--log-directory', logPath,
|
||||||
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
||||||
|
|
Loading…
Reference in a new issue