diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php index ca6a6758dbd..7d47034398f 100644 --- a/core/Command/App/Update.php +++ b/core/Command/App/Update.php @@ -108,6 +108,7 @@ class Update extends Command { 'exception' => $e, ]); $output->writeln('Error: ' . $e->getMessage()); + $result = false; $return = 1; }