diff options
author | Tom Ritter <tom@ritter.vg> | 2016-07-12 17:20:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 17:20:09 -0500 |
commit | 407bcc112e1a0eabe8c35076210519eed9607804 (patch) | |
tree | 40e0ac589ee83ea62c056ae57d6c856c1c8d1daf | |
parent | 42489bc43ea3216e0422eceef126d2b81596635d (diff) |
Update the crontab entries
The 'Run daily at noon' was actually "Run at midnight on the twelve day of the month"
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |