fix for deactivate function

This commit is contained in:
neilpang 2017-06-17 16:20:32 +08:00
parent f8c1d97a25
commit 287623df58

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