add --minute to __cron

We don't want this to run _every_ minute (default for `--minute` is `*`).
This commit is contained in:
kamila 2017-11-18 12:54:44 +01:00 committed by GitHub
parent 7c8f1e0f57
commit 8fee6a7ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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