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
c719a61e
Commit
c719a61e
authored
Feb 26, 2017
by
neilpang
Browse files
fix format
parent
58e4d337
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
c719a61e
...
@@ -2842,17 +2842,17 @@ _on_issue_err() {
...
@@ -2842,17 +2842,17 @@ _on_issue_err() {
#trigger the validation to flush the pending authz
#trigger the validation to flush the pending authz
if [ "$_chk_vlist" ]; then
if [ "$_chk_vlist" ]; then
(
(
_debug2 "_chk_vlist" "$_chk_vlist"
_debug2 "_chk_vlist" "$_chk_vlist"
_debug2 "start to deactivate authz"
_debug2 "start to deactivate authz"
ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ')
ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ')
for ventry in $ventries; do
for ventry in $ventries; do
d=$(echo "$ventry" | cut -d "$sep" -f 1)
d=$(echo "$ventry" | cut -d "$sep" -f 1)
keyauthorization=$(echo "$ventry" | cut -d "$sep" -f 2)
keyauthorization=$(echo "$ventry" | cut -d "$sep" -f 2)
uri=$(echo "$ventry" | cut -d "$sep" -f 3)
uri=$(echo "$ventry" | cut -d "$sep" -f 3)
vtype=$(echo "$ventry" | cut -d "$sep" -f 4)
vtype=$(echo "$ventry" | cut -d "$sep" -f 4)
_currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5)
_currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5)
__trigger_validaton "$uri" "$keyauthorization"
__trigger_validaton "$uri" "$keyauthorization"
done
done
)
)
fi
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