Compare commits

...

1 commit

Author SHA1 Message Date
8fee6a7ffc
add --minute to __cron
We don't want this to run _every_ minute (default for `--minute` is `*`).
2017-11-18 12:54:44 +01:00

View file

@ -68,4 +68,5 @@ esac
__cron letsencrypt-certbot \
--user root \
--command "$certbot_fullpath renew -q" \
--hour 0
--hour 0 \
--minute 47