diff --git a/client/core/controllers/serverController.cpp b/client/core/controllers/serverController.cpp index 92c3ae06..ca603ff0 100644 --- a/client/core/controllers/serverController.cpp +++ b/client/core/controllers/serverController.cpp @@ -447,7 +447,7 @@ ErrorCode ServerController::buildContainerWorker(const ServerCredentials &creden ErrorCode error = runScript(credentials, replaceVars(amnezia::scriptData(SharedScriptType::build_container), genVarsForScript(credentials, container, config)), - cbReadStdOut, cbReadStdErr); + cbReadStdOut); if (stdOut.contains("runc doesn't work on cgroups v2")) return ErrorCode::ServerRuncNotWorkOnCgroupsV2;