mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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();
|
||||
|
||||
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',
|
||||
'--log-directory', logPath,
|
||||
'--http-status-port', httpStatusPort], httpStatusPort, logPath);
|
||||
|
|
Loading…
Reference in a new issue