Fix warnings from Travis build

This commit is contained in:
David Kerr 2019-05-22 22:50:26 -04:00
parent 09fb9dcd92
commit 66c39a953a
1 changed files with 10 additions and 10 deletions

View File

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