Steps to reproduce
- go to the installed NC root directory
- start the occ command line tool (i.e. sudo -u www-data ./occ)
- observe that the output uses the wording "ownCloud"
Expected behaviour
When grepping for cloud, it should output with Nextcloud.
user@host:/var/www/nextcloud$ sudo -u www-data ./occ | grep -i cloud
db:convert-type Convert the Nextcloud database to the newly configured one
Actual behaviour
When grepping for cloud, it outputs ownCloud
user@host:/var/www/nextcloud$ sudo -u www-data ./occ | grep ownCloud
db:convert-type Convert the ownCloud database to the newly configured one
Server configuration
Nextcloud version: (see Nextcloud admin page)
11.0 alpha
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Where did you install Nextcloud from:
git
user@host:/var/www/nextcloud$ git describe
warning: tag 'v9.0.1beta2' is really 'v9.1.0beta2' here
v9.0.1beta2-1045-g3b386af
Steps to reproduce
Expected behaviour
When grepping for cloud, it should output with Nextcloud.
Actual behaviour
When grepping for cloud, it outputs ownCloud
Server configuration
Nextcloud version: (see Nextcloud admin page)
11.0 alpha
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Where did you install Nextcloud from:
git