Browse Source

fix travis

pull/2095/head
Augustin-FL 5 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)
done
_err "Unable to retrive DNS zone matching this domain"
return 1
return 1
}
# this function create a temporary zone version

Loading…
Cancel
Save