upgrade fix

This commit is contained in:
Yuri Kuznetsov
2022-04-23 22:16:41 +03:00
parent 9b75cdc2ac
commit b695d7c148
@@ -315,6 +315,8 @@ class Upgrade implements Command
if (!$useSingleProcess && $this->isShellEnabled()) {
$this->runSteps($upgradeId, $stepList);
return;
}
$this->runStepsInSingleProcess($upgradeId, $stepList);