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
9a733a57
Commit
9a733a57
authored
Jul 24, 2019
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/2377
parent
45e8bb03
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
9a733a57
...
@@ -3035,11 +3035,13 @@ _clearupdns() {
...
@@ -3035,11 +3035,13 @@ _clearupdns() {
d=$(_getfield "$entry" 1)
d=$(_getfield "$entry" 1)
txtdomain=$(_getfield "$entry" 2)
txtdomain=$(_getfield "$entry" 2)
aliasDomain=$(_getfield "$entry" 3)
aliasDomain=$(_getfield "$entry" 3)
_currentRoot=$(_getfield "$entry" 4)
txt=$(_getfield "$entry" 5)
txt=$(_getfield "$entry" 5)
d_api=$(_getfield "$entry" 6)
d_api=$(_getfield "$entry" 6)
_debug "d" "$d"
_debug "d" "$d"
_debug "txtdomain" "$txtdomain"
_debug "txtdomain" "$txtdomain"
_debug "aliasDomain" "$aliasDomain"
_debug "aliasDomain" "$aliasDomain"
_debug "_currentRoot" "$_currentRoot"
_debug "txt" "$txt"
_debug "txt" "$txt"
_debug "d_api" "$d_api"
_debug "d_api" "$d_api"
if [ "$d_api" = "$txt" ]; then
if [ "$d_api" = "$txt" ]; then
...
@@ -6787,7 +6789,7 @@ _process() {
...
@@ -6787,7 +6789,7 @@ _process() {
_debug "Using server: $_server"
_debug "Using server: $_server"
fi
fi
fi
fi
_debug "Running cmd: ${_CMD}"
case "${_CMD}" in
case "${_CMD}" in
install) install "$_nocron" "$_confighome" "$_noprofile" ;;
install) install "$_nocron" "$_confighome" "$_noprofile" ;;
uninstall) uninstall "$_nocron" ;;
uninstall) uninstall "$_nocron" ;;
...
...
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