diff options
author | RealRancor <Fisch.666@gmx.de> | 2015-09-21 09:37:19 +0200 |
---|---|---|
committer | RealRancor <Fisch.666@gmx.de> | 2015-09-29 17:05:25 +0200 |
commit | a4ceb5fafe273d4902b0651eb72466c51d30350e (patch) | |
tree | 864da18adef2b2cdb462eb09fb3c10e9e4c3ddea /config | |
parent | 90810cc6052b38ac03dd8f08a200c5928a355d20 (diff) | |
download | nextcloud-server-a4ceb5fafe273d4902b0651eb72466c51d30350e.tar.gz nextcloud-server-a4ceb5fafe273d4902b0651eb72466c51d30350e.zip |
Path to mount.json needs to be absolute in config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index e0c486d75c1..534d03a8af6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1063,8 +1063,9 @@ $CONFIG = array( /** * Where ``mount.json`` file should be stored, defaults to ``data/mount.json`` + * in the ownCloud directory. */ -'mount_file' => 'data/mount.json', +'mount_file' => '/var/www/owncloud/data/mount.json', /** * When ``true``, prevent ownCloud from changing the cache due to changes in the |