You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: