diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-05-29 12:01:37 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-05-29 12:01:37 +0200 |
commit | 1152f8b444d4889e624ca7421d8b20561b2a153d (patch) | |
tree | cbd2847fc1ddfa7a3e1a89b5e7484fe138ab4a20 | |
parent | b21cc746c67b2bef0af78237734f16277f3ad847 (diff) | |
parent | 155150cad3268a75ec654a15e17ea4d1f3c8b7ad (diff) | |
download | nextcloud-server-1152f8b444d4889e624ca7421d8b20561b2a153d.tar.gz nextcloud-server-1152f8b444d4889e624ca7421d8b20561b2a153d.zip |
Merge pull request #16615 from owncloud/syntaxfix
fix formatting error
-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 |