certbot: fix "no-self-upgrade" option
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2020-09-08 10:02:15 +02:00 committed by Jérémy Lecour
parent 37ed5dd393
commit c7151a8de8
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@ The **patch** part changes incrementally at each release.
### Fixed
* certbot: fix "no-self-upgrade" option
### Removed
### Security

View file

@ -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