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
545f2355
Commit
545f2355
authored
Jan 21, 2019
by
neilpang
Browse files
trigger validation before cleanup
fix
https://github.com/Neilpang/acme.sh/issues/2037
parent
b15c1ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
545f2355
...
@@ -3857,8 +3857,8 @@ $_authorizations_map"
...
@@ -3857,8 +3857,8 @@ $_authorizations_map"
)
)
if
[
"
$?
"
!=
"0"
]
;
then
if
[
"
$?
"
!=
"0"
]
;
then
_clearup
_on_issue_err
"
$_post_hook
"
"
$vlist
"
_on_issue_err
"
$_post_hook
"
"
$vlist
"
_clearup
return
1
return
1
fi
fi
dnsadded
=
'1'
dnsadded
=
'1'
...
@@ -3869,8 +3869,8 @@ $_authorizations_map"
...
@@ -3869,8 +3869,8 @@ $_authorizations_map"
_savedomainconf
"Le_Vlist"
"
$vlist
"
_savedomainconf
"Le_Vlist"
"
$vlist
"
_debug
"Dns record not added yet, so, save to
$DOMAIN_CONF
and exit."
_debug
"Dns record not added yet, so, save to
$DOMAIN_CONF
and exit."
_err
"Please add the TXT records to the domains, and re-run with --renew."
_err
"Please add the TXT records to the domains, and re-run with --renew."
_clearup
_on_issue_err
"
$_post_hook
"
_on_issue_err
"
$_post_hook
"
_clearup
return
1
return
1
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