diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-12-11 09:56:24 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-12-11 09:56:24 +0100 |
commit | 60071ef04050e7a11e9e691043193dc892c9d935 (patch) | |
tree | e4e84d930341ccb06dd32df9e5d55f08c3c1ffb9 /issue_template.md | |
parent | ab1ea5ccc4fc1d31e98a9fe930be35673fc0a0b3 (diff) | |
download | nextcloud-server-60071ef04050e7a11e9e691043193dc892c9d935.tar.gz nextcloud-server-60071ef04050e7a11e9e691043193dc892c9d935.zip |
Fix the sample occ config call
Diffstat (limited to 'issue_template.md')
-rw-r--r-- | issue_template.md | 2 |
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 |