Browse Source

minor, fix api not found

pull/2100/head
neilpang 7 years ago
parent
commit
2c5c3d2b80
  1. 3
      acme.sh

3
acme.sh

@ -2943,6 +2943,9 @@ _clearupdns() {
_debug "aliasDomain" "$aliasDomain"
_debug "txt" "$txt"
_debug "d_api" "$d_api"
if [ "$d_api" = "$txt" ]; then
d_api=""
fi
if [ -z "$d_api" ]; then
_info "Not Found domain api file: $d_api"

Loading…
Cancel
Save