diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index 2f695aa57fcae..ad38134f31a28 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -114,6 +114,7 @@ private function finishSetup(): void { if ($this->setupHelper->shouldRemoveCanInstallFile()) { $this->templateManager->printGuestPage('', 'installation_incomplete'); + return; } header('Location: ' . Server::get(IURLGenerator::class)->getAbsoluteURL('index.php/core/apps/recommended'));