Add example command to the issue_template.md

This commit is contained in:
Joas Schilling 2015-06-10 17:13:59 +02:00
parent d2ca3a25d3
commit f09fe564ea
1 changed files with 6 additions and 0 deletions

View File

@ -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)
```