change for stdErr handling
This commit is contained in:
parent
9d15371869
commit
012260c473
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ ErrorCode ServerController::runContainerWorker(const ServerCredentials &credenti
|
|||
ErrorCode e = runScript(credentials,
|
||||
replaceVars(amnezia::scriptData(ProtocolScriptType::run_container, container),
|
||||
genVarsForScript(credentials, container, config)),
|
||||
cbReadStdOut);
|
||||
cbReadStdOut, cbReadStdErr);
|
||||
|
||||
if (stdOut.contains("address already in use"))
|
||||
return ErrorCode::ServerPortAlreadyAllocatedError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue