diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-18 17:48:14 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-19 11:08:34 +0200 |
commit | fc064212b9ab34629967e507e73e84454dcba5de (patch) | |
tree | bb965820f37760b1c3668864a6899f13c588215a /config | |
parent | 7a0917e5b2c25b2d90e503e30a3016dbe06a780c (diff) | |
download | nextcloud-server-fc064212b9ab34629967e507e73e84454dcba5de.tar.gz nextcloud-server-fc064212b9ab34629967e507e73e84454dcba5de.zip |
[config.sample.php] set correct default value for skeletondirectory
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 87ca678ce2c..535b2c3a5cc 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 |