Commit 1cb6e9e7 authored by seidler2547's avatar seidler2547 Committed by Stefan Seidel
Browse files

remove cookiejar file

d'oh
parent d1d2f6f4
...@@ -13,7 +13,6 @@ DO_URL="https://soap.resellerinterface.de/" ...@@ -13,7 +13,6 @@ DO_URL="https://soap.resellerinterface.de/"
dns_do_add() { dns_do_add() {
fulldomain=$1 fulldomain=$1
txtvalue=$2 txtvalue=$2
_cookiejar="$(_mktemp)"
if _dns_do_authenticate; then if _dns_do_authenticate; then
_info "Adding TXT record to ${_domain} as ${fulldomain}" _info "Adding TXT record to ${_domain} as ${fulldomain}"
_dns_do_soap createRR origin "${_domain}" name "${fulldomain}" type TXT data "${txtvalue}" ttl 300 _dns_do_soap createRR origin "${_domain}" name "${fulldomain}" type TXT data "${txtvalue}" ttl 300
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment