mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
ownCloud -> Nextcloud
This commit is contained in:
parent
b6072bb68c
commit
d92f6fbd69
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ class Install extends Command {
|
|||
|
||||
// ignore the OS X setup warning
|
||||
if(count($errors) !== 1 ||
|
||||
(string)($errors[0]['error']) !== 'Mac OS X is not supported and ownCloud will not work properly on this platform. Use it at your own risk! ') {
|
||||
(string)($errors[0]['error']) !== 'Mac OS X is not supported and Nextcloud will not work properly on this platform. Use it at your own risk! ') {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ class Install extends Command {
|
|||
$this->printErrors($output, $errors);
|
||||
return 1;
|
||||
}
|
||||
$output->writeln("ownCloud was successfully installed");
|
||||
$output->writeln("Nextcloud was successfully installed");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue