summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 08ad0b82c..3670ae771 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -6,14 +6,12 @@ ownCloud does not require people to install threading or multiprocessing librari
Preinstallation
---------------
-To run the updates via an external threaded script the cron updater has to be disabled. To do that go to the admin section an uncheck the "Use ownCloud cron" checkbox or open **owncloud/data/news/config/config.ini** set:
+To run the updates via an external threaded script the cron updater has to be disabled. To do that go to the admin section an uncheck the "Use ownCloud cron" checkbox or open **owncloud/data/news/config/config.ini** set::
-::
useCronUpdates = true
-to
+to::
-::
useCronUpdates = false