mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-08 07:02:44 +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
|
if ! _ultra_rest GET "zones"; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if _contains "${response}" "${h}." > /dev/null; then
|
if _contains "${response}" "${h}." >/dev/null; then
|
||||||
_domain_id=$(echo "$response" | _egrep_o "${h}")
|
_domain_id=$(echo "$response" | _egrep_o "${h}")
|
||||||
if [ "$_domain_id" ]; then
|
if [ "$_domain_id" ]; then
|
||||||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
|
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user