aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/command/upgrade.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/command/upgrade.php b/core/command/upgrade.php
index 722ba4f9db9..c626f24bcc3 100644
--- a/core/command/upgrade.php
+++ b/core/command/upgrade.php
@@ -50,14 +50,6 @@ class Upgrade extends Command {
*/
protected function execute(InputInterface $input, OutputInterface $output) {
- require_once \OC::$SERVERROOT . '/lib/base.php';
-
- // Don't do anything if ownCloud has not been installed
- if(!\OC_Config::getValue('installed', false)) {
- $output->writeln('<error>ownCloud has not yet been installed</error>');
- return self::ERROR_NOT_INSTALLED;
- }
-
$simulateStepEnabled = true;
$updateStepEnabled = true;