Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
40ef86f4
Commit
40ef86f4
authored
Jun 17, 2017
by
neilpang
Browse files
fix for deactivate function
parent
4cee14f3
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
40ef86f4
...
@@ -3171,7 +3171,7 @@ _findHook() {
...
@@ -3171,7 +3171,7 @@ _findHook() {
__get_domain_new_authz() {
__get_domain_new_authz() {
_gdnd="$1"
_gdnd="$1"
_info "Getting new-authz for domain" "$_gdnd"
_info "Getting new-authz for domain" "$_gdnd"
_initAPI
_Max_new_authz_retry_times=5
_Max_new_authz_retry_times=5
_authz_i=0
_authz_i=0
while [ "$_authz_i" -lt "$_Max_new_authz_retry_times" ]; do
while [ "$_authz_i" -lt "$_Max_new_authz_retry_times" ]; do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment