1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

fix for deactivate function

This commit is contained in:
neilpang
2017-06-17 16:20:32 +08:00
parent 4cee14f3c5
commit 40ef86f475
+1 -1
View File
@@ -3171,7 +3171,7 @@ _findHook() {
__get_domain_new_authz() {
_gdnd="$1"
_info "Getting new-authz for domain" "$_gdnd"
_initAPI
_Max_new_authz_retry_times=5
_authz_i=0
while [ "$_authz_i" -lt "$_Max_new_authz_retry_times" ]; do