diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 1543b194..7d19bef7 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -1409,10 +1409,9 @@ std::optional CConfigManager::handleRawExec(const std::string& comm } std::optional CConfigManager::handleExecOnce(const std::string& command, const std::string& args) { - if (isFirstLaunch) { + if (isFirstLaunch) firstExecRequests.push_back(args); - return {}; - } + return {}; }