From f09fe564eab98823476eae265f4b09d69c79ef7b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 10 Jun 2015 17:13:59 +0200 Subject: [PATCH] Add example command to the issue_template.md --- issue_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/issue_template.md b/issue_template.md index b0b24e56df..3859ea1c41 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) ```