Skip to content

Commit

Permalink
update readme and cron time to 5 days
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Aug 7, 2018
1 parent d616542 commit 573b1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ I created a [python script](cron_ssl_renew.py) that allows one to automatize the

$ crontab cron_ssl_renew

This files executes every 3 days at 7.07am. You can see that the CRON task is correctly set up typing `crontab -l`. Also, to make sure that the CRON job has run, you can type `grep "certbot-auto" /var/log/syslog`.
This files executes every 5 days at 7.07am. You can see that the CRON task is correctly set up typing `crontab -l`. Also, to make sure that the CRON job has run, you can type `grep "certbot-auto" /var/log/syslog`.



2 changes: 1 addition & 1 deletion cron_ssl_renew
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7 7 */3 * * (/bin/date && /usr/bin/python /var/www/sciblog/cron_ssl_renew.py) >> cron.log 2>&1
7 7 */5 * * (/bin/date && /usr/bin/python /var/www/sciblog/cron_ssl_renew.py) >> cron.log 2>&1

0 comments on commit 573b1d4

Please sign in to comment.