Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-11 11:56:24 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-11 11:56:24 +0300
commit60071ef04050e7a11e9e691043193dc892c9d935 (patch)
treee4e84d930341ccb06dd32df9e5d55f08c3c1ffb9 /issue_template.md
parentab1ea5ccc4fc1d31e98a9fe930be35673fc0a0b3 (diff)
Fix the sample occ config call
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/issue_template.md b/issue_template.md
index 3859ea1c414..4932a402eaa 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -34,7 +34,7 @@ from within your ownCloud installation folder
```
If you have access to your command line run e.g.:
-sudo -u www-data php occ config:list system --public
+sudo -u www-data php occ config:list system
from within your ownCloud installation folder
or