mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 14:12:47 +00:00
minor, fix api not found
This commit is contained in:
parent
20c2624e7d
commit
2c5c3d2b80
3
acme.sh
3
acme.sh
@ -2943,6 +2943,9 @@ _clearupdns() {
|
|||||||
_debug "aliasDomain" "$aliasDomain"
|
_debug "aliasDomain" "$aliasDomain"
|
||||||
_debug "txt" "$txt"
|
_debug "txt" "$txt"
|
||||||
_debug "d_api" "$d_api"
|
_debug "d_api" "$d_api"
|
||||||
|
if [ "$d_api" = "$txt" ]; then
|
||||||
|
d_api=""
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$d_api" ]; then
|
if [ -z "$d_api" ]; then
|
||||||
_info "Not Found domain api file: $d_api"
|
_info "Not Found domain api file: $d_api"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user