From 2786be0345695671212fc6da5efe9baf1c0ac539 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:40:53 +0000 Subject: [PATCH 1/2] Initial plan From c61e61948ae1327a685d8db129c8a65f4281a84f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:42:18 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from blank line in Status.php Co-authored-by: matsaur <151215545+matsaur@users.noreply.github.com> --- core/Command/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;