This commit is contained in:
f 2019-10-11 12:55:05 -03:00
parent 7d7c88a70b
commit 2f483b9677
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -3,7 +3,7 @@ set -e
case $1 in
# Renew certificates, trust in certbot's algorithms
renew) /usr/bin/certbot renew --quit --agree-tos ;;
renew) /usr/bin/certbot renew --quiet --agree-tos ;;
bootstrap)
for site in ${SUTTY} api.${SUTTY}; do
test -d "/etc/letsencrypt/live/${site}" && exit 0