Selaa lähdekoodia

Silence letsencrypt cron output unless there is an error

Dosenpfand 8 vuotta sitten
vanhempi
commit
9697cbe6b3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      roles/common/files/etc_cron-daily_letsencrypt-renew

+ 1
- 1
roles/common/files/etc_cron-daily_letsencrypt-renew Näytä tiedosto

@@ -3,6 +3,6 @@ set -o errexit
3 3
 # Renew all live certificates with LetsEncrypt.  This needs to run at least
4 4
 # once every three months, but recommended frequency is once a day.
5 5
 
6
-/root/letsencrypt/letsencrypt-auto renew -c /etc/letsencrypt/cli.conf \
6
+/root/letsencrypt/letsencrypt-auto renew -q -c /etc/letsencrypt/cli.conf \
7 7
 --pre-hook="find /etc/letsencrypt/prerenew/ -maxdepth 1 -type f -executable -exec {} \;" \
8 8
 --post-hook="find /etc/letsencrypt/postrenew/ -maxdepth 1 -type f -executable -exec {} \;"

Loading…
Peruuta
Tallenna