Fix the sample occ config call

This commit is contained in:
Joas Schilling 2015-12-11 09:56:24 +01:00
parent ab1ea5ccc4
commit 60071ef040

View file

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