summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFelix Bartels <felix@host-consultants.de>2017-04-11 08:41:11 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-04-11 08:41:11 +0200
commitd5c13223914913c8bc223e98fb21474f9c11b99b (patch)
treed1697cd557880cbdf386bd51cbc3b1bb9db7f2e7 /README.md
parentcced58cf21a41cd46cbf131230ab626aa7b83821 (diff)
Correct link to "background_job_file" (#127)
update link for current file structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4a2e893a..77fc71766 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ System Cron:
* 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 you can execute the cron with **sudo -u www-data php -f nextcloud/cron.php** (replace www-data with your httpd user)
* Check your **data/nextcloud.log** for errors
-* Check if the cronjob is ever executed by placing an **error_log('updating');** in the [background job file](https://github.com/nextcloud/news/blob/master/cron/updater.php#L28). 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/nextcloud/news/blob/master/lib/Cron/Updater.php#L28). 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
* Check if the **oc_jobs** table has a **reserved_at** entry with a value other than 0. If it does for whatever reason, set it to 0. You can check this by executing: