Do not show "Not installed warning" during occ install
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f0b7b2dedf
commit
0d9f73a814
|
@ -127,7 +127,7 @@ class Application {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else if ($input->getArgument('command') !== '_completion') {
|
||||
} else if ($input->getArgument('command') !== '_completion' && $input->getArgument('command') !== 'maintenance:install') {
|
||||
$output->writeln("Nextcloud is not installed - only a limited number of commands are available");
|
||||
}
|
||||
} catch(NeedsUpdateException $e) {
|
||||
|
|
Loading…
Reference in New Issue