Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e5506312
Unverified
Commit
e5506312
authored
Nov 10, 2018
by
neil
Committed by
GitHub
Nov 10, 2018
Browse files
Merge pull request #1886 from philr/skip_alias_when_already_verified
Skip aliases of already verified domains
parents
87d2f7f2
fd536d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e5506312
...
...
@@ -2925,6 +2925,7 @@ _clearupdns() {
_debug txt "$txt"
if [ "$keyauthorization" = "$STATE_VERIFIED" ]; then
_debug "$d is already verified, skip $vtype."
_alias_index="$(_math "$_alias_index" + 1)"
continue
fi
...
...
@@ -3775,6 +3776,7 @@ $_authorizations_map"
_debug d "$d"
if [ "$keyauthorization" = "$STATE_VERIFIED" ]; then
_debug "$d is already verified, skip $vtype."
_alias_index="$(_math "$_alias_index" + 1)"
continue
fi
...
...
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