summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:56:25 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:56:25 +0200
commit2ecbaf7986051a5fd93f8f34b32b337dde17051c (patch)
tree0b2545ffb9cd9c25c8a9c298557432bd079693a7 /README.rst
parent9d34dbf66a74d854312d4e6cc0bfc0f806c6ae94 (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 839c5a6d9..559aadb51 100644
--- a/README.rst
+++ b/README.rst
@@ -161,7 +161,7 @@ Feeds are not updated and theres no cron.lock
* Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user)
* Check if the cronjob is ever executed by placing an **error_log('updating')** in the `background job file <https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L37>`_. If the cronjob runs, there should be an updating log statement in your httpd log.
* If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script
-* If everything above failed, file a bug in `core <https://github.com/owncloud/core/>`_
+* If your cron works fine but owncloud's cronjobs are never executed, file a bug in `core <https://github.com/owncloud/core/>`_
Configuration