Skip to content

Commit

Permalink
updating cron schedule to run every night
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarault committed Oct 4, 2018
1 parent b61d6d0 commit a1aa949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# “At 02:00 on every 7th day-of-month from 1 through 31
0 2 1,7,14,21,28 * * /scripts/run_certbot.sh >> /var/log/letsencrypt/cron.log 2>&1
# “At 02:00 on every day-of-month”
0 2 * * * /scripts/run_certbot.sh >> /var/log/letsencrypt/cron.log 2>&1

0 comments on commit a1aa949

Please sign in to comment.