diff options
Diffstat (limited to 'README.md')
-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 |