2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 14:25:37 +00:00

Update dns_limacity.sh

This commit is contained in:
laraveluser
2024-01-12 17:54:23 +01:00
committed by GitHub
parent a6a1de50c8
commit ab911f1ce9

View File

@@ -63,7 +63,7 @@ _lima_get_root() {
_lima_get_root=$1
i=1
while true; do
h=$(printf "%s" "$_lima_get_root" | cut -d . -f $i-100)
h=$(printf "%s" "$_lima_get_root" | cut -d . -f $(_math "$i" -100))
_debug h "$h"
if [ -z "$h" ]; then
#not valid