mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-08 15:52:10 +08:00
Fix warnings from Travis build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user