mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 15:42:45 +00:00
Removed testing var
This commit is contained in:
parent
d072b2c9f8
commit
81a902d0f0
@ -132,7 +132,6 @@ _ISPC_addTxt() {
|
||||
|
||||
_ISPC_rmTxt() {
|
||||
# Need to get the record ID.
|
||||
primary="\"primary_id\":{\"name\":\"${fulldomain}.\",\"type\":\"TXT\"}"
|
||||
curData="{\"session_id\":\"${sessionID}\",\"primary_id\":{\"name\":\"${fulldomain}.\",\"type\":\"TXT\"}}"
|
||||
curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_get")"
|
||||
if _contains "${curResult}" '"code":"ok"'; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user