From b695d7c148dad84e41648b168f627fccc5a59081 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 23 Apr 2022 22:16:41 +0300 Subject: [PATCH] upgrade fix --- application/Espo/Core/Console/Commands/Upgrade.php | 2 ++ 1 file changed, 2 insertions(+) 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);