|
@@ -362,7 +362,7 @@ async function searchPositions(param) {
|
|
|
const asName = appPath + "/" + newAppName
|
|
|
const configPath = appPath + "/" + configName
|
|
|
const appPort = param.callPort
|
|
|
- const command = `sudo ${asName} --config=${configPath} --port=${appPort} --run_mode=1 --robot_id=${checkId}`
|
|
|
+ const command = `sudo ${asName} --config=${configPath} --port=${appPort} --run_mode=1 --check_id=${checkId}`
|
|
|
|
|
|
exec(command, (error, stdout, stderr) => {
|
|
|
if (error) {
|