[Pkg-owncloud-commits] [owncloud] 45/205: [config.sample.php] set correct default value for skeletondirectory

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:36:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit fc064212b9ab34629967e507e73e84454dcba5de
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Thu Jun 18 17:48:14 2015 +0200

    [config.sample.php] set correct default value for skeletondirectory
---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 87ca678..535b2c3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -225,7 +225,7 @@ $CONFIG = array(
  * copied to the data directory of new users. Leave empty to not copy any
  * skeleton files.
  */
-'skeletondirectory' => '',
+'skeletondirectory' => '/path/to/owncloud/core/skeleton',
 
 /**
  * The ``user_backends`` app (which needs to be enabled first) allows you to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list