mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 18:42:44 +00:00
Update dns_wts.sh
This commit is contained in:
parent
f459849452
commit
2a62f8af8f
@ -88,13 +88,14 @@ dns_wts_rm() {
|
|||||||
_info "TXT record has been successfully deleted."
|
_info "TXT record has been successfully deleted."
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
if $WTS_API_Token == 0:
|
if [ -z "$TMP_RecordID" ]; then
|
||||||
_err "Errors happened during deleting the TXT record, because the temporary record-id from creation is not set."
|
_err "Errors happened during deleting the TXT record, because the temporary record-id from creation is not set."
|
||||||
return 1
|
return 1
|
||||||
else:
|
else:
|
||||||
_err "Errors happened during deleting the TXT record, response=$_response"
|
_err "Errors happened during deleting the TXT record, response=$_response"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user