mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-31 17:31:45 +00:00
fixed _get_root() function
This commit is contained in:
parent
a63dc75b43
commit
a207199879
@ -137,7 +137,7 @@ _get_root() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
p=i
|
p=${i}
|
||||||
i=$(_math "$i" + 1)
|
i=$(_math "$i" + 1)
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user