Browse Source

Fix warnings from Travis build

pull/2285/head
David Kerr 6 years ago
parent
commit
66c39a953a
  1. 2
      dnsapi/dns_freedns.sh

2
dnsapi/dns_freedns.sh

@ -58,7 +58,7 @@ dns_freedns_add() {
_debug "sub_domain: $sub_domain" _debug "sub_domain: $sub_domain"
_debug "top_domain: $top_domain" _debug "top_domain: $top_domain"
DNSdomainid="$(_freedns_domain_id $top_domain)"
DNSdomainid="$(_freedns_domain_id "$top_domain")"
if [ "$?" = "0" ]; then if [ "$?" = "0" ]; then
_info "Domain $top_domain found at FreeDNS, domain_id $DNSdomainid" _info "Domain $top_domain found at FreeDNS, domain_id $DNSdomainid"
break break

Loading…
Cancel
Save