Skip to content

Commit 0ffae09

Browse files
authored
Merge pull request #35969 from owncloud/skeleton-config-wording-fix
Improve description of 'skeletondirectory' key in config.sample.php
2 parents a91573b + 531b8ac commit 0ffae09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.sample.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@
260260
/**
261261
* Define the directory where the skeleton files are located
262262
* These files will be copied to the data directory of new users.
263-
* Leave empty to not copy any skeleton files.
263+
* Leave this directory empty if you do not want to copy any skeleton files.
264+
* A valid path must be given for this key otherwise errors will be generated in owncloud.log.
264265
*/
265266
'skeletondirectory' => '/path/to/owncloud/core/skeleton',
266267

0 commit comments

Comments
 (0)