mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 12:52:45 +00:00
shfmt
This commit is contained in:
parent
4a8c2251e0
commit
c0b87adee5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user