Browse Source

Small fix

pull/2455/head
Rolph Haspers 5 years ago
parent
commit
6d62ae226a
  1. 4
      dnsapi/dns_leaseweb.sh

4
dnsapi/dns_leaseweb.sh

@ -102,8 +102,8 @@ _get_root() {
fi
fi
i=$(_math "$i" - 1)
if (( $i < 1)); then
return 1 #not found
if (( i < 2 )); then
return 1 #not found, no need to check _acme-challenge.sub.domain in leaseweb api.
fi
done

Loading…
Cancel
Save