summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 12:21:30 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 12:21:30 +0100
commit32bc1f58bcb04ca26e019e56f0eabe44b6d97f2a (patch)
tree786c243d5e27bca02c8c014a5bd3015bb65c79dd
parent2a56b3bdec2a20ab6886532663c16edd684f3fc0 (diff)
readme fixes
-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