mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 23:17:41 +00:00
Removed testing echos and exit
This commit is contained in:
parent
81bdd9ba7c
commit
060da2efac
@ -161,9 +161,7 @@ _ISPC_rmTxt() {
|
|||||||
fi
|
fi
|
||||||
# Delete the record
|
# Delete the record
|
||||||
curData="{\"session_id\":\"${sessionID}\",\"primary_id\":\"${record_id}\"}"
|
curData="{\"session_id\":\"${sessionID}\",\"primary_id\":\"${record_id}\"}"
|
||||||
echo $curData;
|
|
||||||
curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_delete")"
|
curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_delete")"
|
||||||
echo $curResult; exit;
|
|
||||||
if _contains "${curResult}" '"code":"ok"'; then
|
if _contains "${curResult}" '"code":"ok"'; then
|
||||||
_info "Successfully removed ACME challenge txt record."
|
_info "Successfully removed ACME challenge txt record."
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user