Commit 66c39a95 authored by David Kerr's avatar David Kerr
Browse files

Fix warnings from Travis build

parent 09fb9dcd
......@@ -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
......
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