mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Fixed error
This commit is contained in:
parent
58642286c9
commit
e48daffad9
@ -102,7 +102,7 @@ _get_root() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
i=$(_math "$i" - 1)
|
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.
|
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