diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-06-10 17:13:59 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-07 11:18:25 +0200 |
commit | f09fe564eab98823476eae265f4b09d69c79ef7b (patch) | |
tree | b4e309a522d8b6f07c53bb2162ac13b78bfeab19 /issue_template.md | |
parent | d2ca3a25d3a9297e94acc31b2ae270c5f8b8c243 (diff) | |
download | nextcloud-server-f09fe564eab98823476eae265f4b09d69c79ef7b.tar.gz nextcloud-server-f09fe564eab98823476eae265f4b09d69c79ef7b.zip |
Add example command to the issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r-- | issue_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md index b0b24e56df0..3859ea1c414 100644 --- a/issue_template.md +++ b/issue_template.md @@ -33,6 +33,12 @@ from within your ownCloud installation folder **The content of config/config.php:** ``` +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system --public +from within your ownCloud installation folder + +or + Insert your config.php content here (Without the database password, passwordsalt and secret) ``` |