Browse Source

Delete stray line copied/pasted from another pugin

pull/557/head
David Kerr 8 years ago
parent
commit
0eb678753f
  1. 1
      dnsapi/dns_freedns.sh

1
dnsapi/dns_freedns.sh

@ -25,7 +25,6 @@ dns_freedns_add() {
_debug "txtvalue: $txtvalue" _debug "txtvalue: $txtvalue"
if [ -z "$FREEDNS_USER" ] || [ -z "$FREEDNS_PASSWORD" ]; then if [ -z "$FREEDNS_USER" ] || [ -z "$FREEDNS_PASSWORD" ]; then
AD_API_KEY=""
_err "You didn't specify the FreeDNS username and password yet." _err "You didn't specify the FreeDNS username and password yet."
_err "Please export as FREEDNS_USER / FREEDNS_PASSWORD and try again." _err "Please export as FREEDNS_USER / FREEDNS_PASSWORD and try again."
return 1 return 1

Loading…
Cancel
Save