From 3101f9e234486ba3e61b0e558ad2150ab65c1588 Mon Sep 17 00:00:00 2001 From: Sander Ruitenbeek Date: Sat, 30 Jul 2016 15:39:32 +0200 Subject: Rebranded to Nextcloud for the occ command line tool --- core/Command/Db/ConvertType.php | 2 +- core/Command/Upgrade.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 6e15f9afbc7..ccf5c0685cb 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -61,7 +61,7 @@ class ConvertType extends Command { protected function configure() { $this ->setName('db:convert-type') - ->setDescription('Convert the ownCloud database to the newly configured one') + ->setDescription('Convert the Nextcloud database to the newly configured one') ->addArgument( 'type', InputArgument::REQUIRED, diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 952034fd222..5ba366345bf 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -1,6 +1,6 @@ * @author Björn Schießle @@ -299,8 +299,8 @@ class Upgrade extends Command { return self::ERROR_SUCCESS; } else if($this->config->getSystemValue('maintenance', false)) { - //Possible scenario: ownCloud core is updated but an app failed - $output->writeln('ownCloud is in maintenance mode'); + //Possible scenario: Nextcloud core is updated but an app failed + $output->writeln('Nextcloud is in maintenance mode'); $output->write('Maybe an upgrade is already in process. Please check the ' . 'logfile (data/nextcloud.log). If you want to re-run the ' . 'upgrade procedure, remove the "maintenance mode" from ' @@ -308,7 +308,7 @@ class Upgrade extends Command { , true); return self::ERROR_MAINTENANCE_MODE; } else { - $output->writeln('ownCloud is already latest version'); + $output->writeln('Nextcloud is already latest version'); return self::ERROR_UP_TO_DATE; } } -- cgit v1.2.3 From a7f998a454e126d5e64edc86f2c1acba472dcfe7 Mon Sep 17 00:00:00 2001 From: sanderr Date: Sat, 30 Jul 2016 15:09:43 +0200 Subject: Update Upgrade.php --- core/Command/Upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 5ba366345bf..10b3fc4fb68 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -1,6 +1,6 @@ * @author Björn Schießle -- cgit v1.2.3 From 06fd2e7d5a64a404632e6863527d1aff014e6ebb Mon Sep 17 00:00:00 2001 From: Sander Ruitenbeek Date: Sat, 30 Jul 2016 16:26:21 +0200 Subject: Revert (c) back to ownCloud, Inc. To be dealt with later --- core/Command/Upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 10b3fc4fb68..caf92492d90 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -1,6 +1,6 @@ * @author Björn Schießle -- cgit v1.2.3