Преглед изворни кода

Silence letsencrypt cron output unless there is an error

Dosenpfand пре 8 година
родитељ
комит
9697cbe6b3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      roles/common/files/etc_cron-daily_letsencrypt-renew

+ 1
- 1
roles/common/files/etc_cron-daily_letsencrypt-renew Прегледај датотеку

@@ -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…
Откажи
Сачувај