mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
shfmt
This commit is contained in:
@@ -104,7 +104,7 @@ _get_root() {
|
||||
i=2
|
||||
p=1
|
||||
while true; do
|
||||
h=$(printf "%s" "$domain" | rev | cut -d . -f 1-2 | rev )
|
||||
h=$(printf "%s" "$domain" | rev | cut -d . -f 1-2 | rev)
|
||||
if [ -z "$h" ]; then
|
||||
#not valid
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user