mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-04 09:33:30 +00:00
Updated 'target' on installer
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -129,6 +129,7 @@ function installService(params)
|
||||
target = params.getParameterValue(targetx);
|
||||
params.splice(targetx, 1);
|
||||
target = target.split(' ').join('');
|
||||
if (target.length == 0) { target = null; }
|
||||
}
|
||||
|
||||
var proxyFile = process.execPath;
|
||||
|
||||
Reference in New Issue
Block a user