diff options
author | Carla Schroder <carla@owncloud.com> | 2015-05-28 11:55:19 -0700 |
---|---|---|
committer | Carla Schroder <carla@owncloud.com> | 2015-05-28 11:55:19 -0700 |
commit | 155150cad3268a75ec654a15e17ea4d1f3c8b7ad (patch) | |
tree | 01ed4075f24638666ce854d142f32e0082b20d26 /config | |
parent | 67cef93fddc0d968ec7d3febe7f618450e59bb39 (diff) | |
download | nextcloud-server-155150cad3268a75ec654a15e17ea4d1f3c8b7ad.tar.gz nextcloud-server-155150cad3268a75ec654a15e17ea4d1f3c8b7ad.zip |
fix formatting error
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9a40f82252a..ed86dd94131 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -531,8 +531,8 @@ $CONFIG = array( /** * Location of the lock file for cron executions can be specified here. - * Default is within the tmp directory. The file is named in the following way - * owncloud-server-$INSTANCEID-cron.lock + * Default is within the tmp directory. The file is named in the following way: + * owncloud-server-$INSTANCEID-cron.lock * where $INSTANCEID is the string specified in the instanceid field. * Because the cron lock file is accessed in regular intervals, it may prevent * enabled disk drives from spinning down. A different location for this file |