From a4ceb5fafe273d4902b0651eb72466c51d30350e Mon Sep 17 00:00:00 2001
From: RealRancor <Fisch.666@gmx.de>
Date: Mon, 21 Sep 2015 09:37:19 +0200
Subject: [PATCH] Path to mount.json needs to be absolute in config.sample.php

---
 config/config.sample.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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