Browse Source

Removed testing echos and exit

pull/411/merge^2
sjau 8 years ago
parent
commit
060da2efac
  1. 2
      dnsapi/dns_ispconfig.sh

2
dnsapi/dns_ispconfig.sh

@ -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…
Cancel
Save