From 407bcc112e1a0eabe8c35076210519eed9607804 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Tue, 12 Jul 2016 17:20:09 -0500 Subject: Update the crontab entries The 'Run daily at noon' was actually "Run at midnight on the twelve day of the month" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a71a8..5e52813 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First edit the ... to your path, then enter the following into your cron * * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1 0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1 0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1 - 0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1 + 0 12 * * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1 # TODO -- cgit v1.2.3