mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
Fix warnings from Travis build
This commit is contained in:
parent
09fb9dcd92
commit
66c39a953a
@ -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…
Reference in New Issue
Block a user