format
This commit is contained in:
parent
d32a39acfc
commit
f0f2cee7e2
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ set -e
|
|||
|
||||
case $1 in
|
||||
# Renew certificates, trust in certbot's algorithms
|
||||
renew) /usr/bin/certbot renew --quiet --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
|
||||
|
|
Loading…
Reference in a new issue