Commit e48daffa authored by Rolph Haspers's avatar Rolph Haspers
Browse files

Fixed error

parent 58642286
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment