typo
This commit is contained in:
parent
7d7c88a70b
commit
2f483b9677
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
# Renew certificates, trust in certbot's algorithms
|
# Renew certificates, trust in certbot's algorithms
|
||||||
renew) /usr/bin/certbot renew --quit --agree-tos ;;
|
renew) /usr/bin/certbot renew --quiet --agree-tos ;;
|
||||||
bootstrap)
|
bootstrap)
|
||||||
for site in ${SUTTY} api.${SUTTY}; do
|
for site in ${SUTTY} api.${SUTTY}; do
|
||||||
test -d "/etc/letsencrypt/live/${site}" && exit 0
|
test -d "/etc/letsencrypt/live/${site}" && exit 0
|
||||||
|
|
Loading…
Reference in a new issue