diff --git a/core/Command/Status.php b/core/Command/Status.php index 439f9a06c456e..2a5cfc79cd6eb 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int if ($input->getOption('verbose') || !$input->getOption('exit-code')) { $this->writeArrayInOutputFormat($input, $output, $values); - + // Add friendly status messages if (!$installed) { $output->writeln('Nextcloud is not installed yet');