From e21be4455f2cdcb8bd32171c88d76ee21298b2dc Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 21 Mar 2026 10:41:58 +0800 Subject: [PATCH] format --- acme.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/acme.sh b/acme.sh index 75bf7047..184f15cc 100755 --- a/acme.sh +++ b/acme.sh @@ -5555,17 +5555,17 @@ renew() { . "$DOMAIN_CONF" _debug Le_API "$Le_API" -#don't switch it back -# case "$Le_API" in -# "$CA_LETSENCRYPT_V2_TEST") -# _info "Switching back to $CA_LETSENCRYPT_V2" -# Le_API="$CA_LETSENCRYPT_V2" -# ;; -# "$CA_GOOGLE_TEST") -# _info "Switching back to $CA_GOOGLE" -# Le_API="$CA_GOOGLE" -# ;; -# esac + #don't switch it back + # case "$Le_API" in + # "$CA_LETSENCRYPT_V2_TEST") + # _info "Switching back to $CA_LETSENCRYPT_V2" + # Le_API="$CA_LETSENCRYPT_V2" + # ;; + # "$CA_GOOGLE_TEST") + # _info "Switching back to $CA_GOOGLE" + # Le_API="$CA_GOOGLE" + # ;; + # esac if [ "$_server" ]; then Le_API="$_server"