diff --git a/application/Espo/Core/Console/Commands/Upgrade.php b/application/Espo/Core/Console/Commands/Upgrade.php index 47e7198f30..51da7122a6 100644 --- a/application/Espo/Core/Console/Commands/Upgrade.php +++ b/application/Espo/Core/Console/Commands/Upgrade.php @@ -315,6 +315,8 @@ class Upgrade implements Command if (!$useSingleProcess && $this->isShellEnabled()) { $this->runSteps($upgradeId, $stepList); + + return; } $this->runStepsInSingleProcess($upgradeId, $stepList);