From c7151a8de8ed6b2e31600ee872dd24583e4db1ec Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 8 Sep 2020 10:02:15 +0200 Subject: [PATCH] certbot: fix "no-self-upgrade" option --- CHANGELOG.md | 2 ++ certbot/files/cron_jessie | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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