Fixed error

This commit is contained in:
Rolph Haspers 2019-10-25 13:46:10 +02:00
parent 58642286c9
commit e48daffad9
1 changed files with 1 additions and 1 deletions

View File

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