[Pkg-owncloud-commits] [owncloud] 10/15: [config.sample.php] set correct default value for skeletondirectory
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 18:39:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.5RC1
in repository owncloud.
commit adf1b2b5f346d8d5cb215c94dad6a2caa6568ecd
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 a8662a9..2215141 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