From 81a902d0f0cd63b8616d60608c71359c9ed53125 Mon Sep 17 00:00:00 2001 From: hyper Date: Wed, 23 Nov 2016 17:07:45 +0100 Subject: [PATCH] Removed testing var --- dnsapi/dns_ispconfig.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index a00e0428..eb55d356 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -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