Merge pull request #19760 from owncloud/adding_occ_upgrade_text_note

Adding occ upgrade text note
This commit is contained in:
Thomas Müller 2015-10-14 16:33:33 +02:00
commit ba461b0c92
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class Application {
}
} else {
$output->writeln("ownCloud or one of the apps require upgrade - only a limited number of commands are available");
$output->writeln("You may use your browser or the occ upgrade command to do the upgrade");
}
} else {
$output->writeln("ownCloud is not installed - only a limited number of commands are available");