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-06-10 18:13:59 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-07-07 12:18:25 +0300
commitf09fe564eab98823476eae265f4b09d69c79ef7b (patch)
treeb4e309a522d8b6f07c53bb2162ac13b78bfeab19 /issue_template.md
parentd2ca3a25d3a9297e94acc31b2ae270c5f8b8c243 (diff)
Add example command to the issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md6
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)
```