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