Small fix
This commit is contained in:
parent
14f6f9ec94
commit
6d62ae226a
@ -102,8 +102,8 @@ _get_root() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
i=$(_math "$i" - 1)
|
i=$(_math "$i" - 1)
|
||||||
if (( $i < 1)); then
|
if (( i < 2 )); then
|
||||||
return 1 #not found
|
return 1 #not found, no need to check _acme-challenge.sub.domain in leaseweb api.
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user