neilpang 2022-05-29 14:56:30 +08:00
parent 0f26b1eafb
commit 606e59a5d0
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ _get_root() {
return 1
fi
if _contains "$response" "\"name\": \"$h\","; then
if _contains "$response" "\"name\": *\"$h\","; then
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
_domain=$h
_debug "Getting domain id for $h"