mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-07 23:27:00 +00:00
more formatting issues
This commit is contained in:
parent
8eb76b4f99
commit
27b84a0f85
@ -120,7 +120,7 @@ _get_root() {
|
||||
if ! _ultra_rest GET "zones"; then
|
||||
return 1
|
||||
fi
|
||||
if _contains "${response}" "${h}." > /dev/null; then
|
||||
if _contains "${response}" "${h}." >/dev/null; then
|
||||
_domain_id=$(echo "$response" | _egrep_o "${h}")
|
||||
if [ "$_domain_id" ]; then
|
||||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user