#3362 Command File : Execute initAfterRead before execution

This commit is contained in:
Magne Sjaastad
2018-09-14 08:34:17 +02:00
parent 35b728c133
commit 3a08fc65ba

View File

@@ -80,6 +80,11 @@ void RicfCommandFileExecutor::executeCommands(QTextStream& stream)
}
}
for (auto fileCommand : fileCommands)
{
fileCommand->initAfterReadRecursively();
}
executableCommands = RicfCommandFileExecutor::prepareFileCommandsForExecution(fileCommands);
}