mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Improve maintenance mode info
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
129214e430
commit
37ff07b9e1
1 changed files with 2 additions and 2 deletions
|
|
@ -180,8 +180,8 @@ class Application {
|
|||
&& $input->getArgument('command') !== 'maintenance:mode') {
|
||||
$errOutput = $output->getErrorOutput();
|
||||
$errOutput->writeln(
|
||||
'<comment>Nextcloud is in maintenance mode - ' .
|
||||
'no apps have been loaded</comment>' . PHP_EOL
|
||||
'<comment>Nextcloud is in maintenance mode, hence the database isn\'t accessible.' . PHP_EOL .
|
||||
'Cannot perform any command except \'maintenance:mode --off\'</comment>' . PHP_EOL
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue