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