launch domain-server with option to grab name

This commit is contained in:
Stephen Birarda 2016-01-19 13:12:00 -08:00
parent 74b2a44050
commit 27e375e8e6

View file

@ -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);