summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-10-27 18:38:37 +0200
committerGitHub <noreply@github.com>2016-10-27 18:38:37 +0200
commit9fc4267067a702deb8f990d30ddc9a79fedb1a04 (patch)
treed891b0bbdd5a2816fe6ce77df7071765780feccb /.github
parent977c27dde3aac6705e95a06e82560bedbae93369 (diff)
It's owncloud.db
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 733c7c1f..89e32472 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -72,7 +72,7 @@ With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
-Without access to your command line download the data/nextcloud.db to your local
+Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';