Browse Source

fix https://github.com/acmesh-official/acme.sh/issues/3159

neil 5 years ago
parent
commit
b561666d80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_ovh.sh

+ 1 - 1
dnsapi/dns_ovh.sh

@@ -248,7 +248,7 @@ _ovh_authentication() {
 # _domain=domain.com
 _get_root() {
   domain=$1
-  i=2
+  i=1
   p=1
   while true; do
     h=$(printf "%s" "$domain" | cut -d . -f $i-100)