Browse Source

fix travis

dnsconf
Augustin-FL 6 years ago
parent
commit
ec6569fbea
  1. 2
      dnsapi/dns_online.sh

2
dnsapi/dns_online.sh

@ -135,7 +135,7 @@ _get_root() {
i=$(_math "$i" + 1) i=$(_math "$i" + 1)
done done
_err "Unable to retrive DNS zone matching this domain" _err "Unable to retrive DNS zone matching this domain"
return 1
return 1
} }
# this function create a temporary zone version # this function create a temporary zone version

Loading…
Cancel
Save