summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-05-08 14:54:49 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-05-08 14:54:49 +0200
commit802016b1d492c5d595522516a66cb5fa3555e6ef (patch)
treee9759316e4f623a49098da4513fb572f05cdca1b
parent9cc6db915897c5cd5e1f64e89dee3196a570fdf6 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 281b092ff..c4c003965 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu
### Feeds are not updated
* Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user)
* Check the file permissions of the **cron.php** file and if **www-data** (or whatever your httpd user is called like) can read and execute that script
-* 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.
+* 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/cron/updater.php#L27). 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 your cron works fine but owncloud's cronjobs are never executed, file a bug in [core](https://github.com/owncloud/core/)
* Try the [updater script](https://github.com/owncloud/news/wiki/Custom-Updater)