From ca45594c310679bd238e20a7a3e738b9fa68c105 Mon Sep 17 00:00:00 2001 From: Gavin Love Date: Mon, 4 Aug 2014 17:29:57 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f2475a..8e4ef7a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ $cronUpdater->replaceWith($cron); ## Troubleshooting +* The current user must have a existing crontab file to use the updater, use crontab -e to create one. * When a cron line is executed it is executed with the user that owns the crontab, but it will not execute any of the users default shell files so all paths etc need to be specified in the command called from the cron line. * Your crontab will not be executed if you do not have useable shell in /etc/passwd * If your jobs don't seem to be running check that the cron deamon is running, also check your username is in /etc/cron.allow and not in /etc/cron.deny.