diff --git a/core/Command/Status.php b/core/Command/Status.php index 439f9a06c456e..92b813f4fcabb 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -43,7 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $maintenanceMode = $this->config->getSystemValueBool('maintenance', false); $needUpgrade = Util::needUpgrade(); $installed = $this->config->getSystemValueBool('installed', false); - + // Test database connection if Nextcloud is installed $databaseStatus = 'not_configured'; $databaseError = null;