2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-22 09:57:29 +00:00
This commit is contained in:
stbeldarborge 2024-10-10 11:54:42 +02:00
parent 0dff1dce8f
commit 40df6e87db
No known key found for this signature in database
GPG Key ID: 6BD73EF41DDF328B

View File

@ -402,4 +402,4 @@ _get_root() {
i=$(_math "$i" + 1) i=$(_math "$i" + 1)
done done
return 1 return 1
} }