diff --git a/CHANGELOG.md b/CHANGELOG.md index 968fc212..31da57d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ The **patch** part changes incrementally at each release. ### Fixed +* certbot: fix "no-self-upgrade" option + ### Removed ### Security diff --git a/certbot/files/cron_jessie b/certbot/files/cron_jessie index 0ed929fc..7e9966af 100644 --- a/certbot/files/cron_jessie +++ b/certbot/files/cron_jessie @@ -8,4 +8,4 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -0 */12 * * * root test -x /usr/local/bin/certbot && perl -e 'sleep int(rand(3600))' && /usr/local/bin/certbot --no-self-update -q renew +0 */12 * * * root test -x /usr/local/bin/certbot && perl -e 'sleep int(rand(3600))' && /usr/local/bin/certbot --no-self-upgrade -q renew