Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NC 11 alpha] occ command line tool displays ownCloud instead of Nextcloud #671

Closed
sndrr opened this issue Jul 30, 2016 · 1 comment
Closed

Comments

@sndrr
Copy link
Contributor

sndrr commented Jul 30, 2016

Steps to reproduce

  1. go to the installed NC root directory
  2. start the occ command line tool (i.e. sudo -u www-data ./occ)
  3. 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
@icewind1991
Copy link
Member

Fixed with #672

@MorrisJobke MorrisJobke added this to the Nextcloud 11.0 milestone Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants