Browse Source

fixed #2441: dns_namesilo.sh _get_root (#2442)

fixed #2441: dns_namesilo.sh _get_root (#2442)
Sky Chen 5 years ago
parent
commit
9b173dcd71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_namesilo.sh

+ 1 - 1
dnsapi/dns_namesilo.sh

@@ -110,7 +110,7 @@ _get_root() {
       return 1
       return 1
     fi
     fi
 
 
-    if _contains "$response" "$host"; then
+    if _contains "$response" "<domain>$host"; then
       _sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
       _sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
       _domain="$host"
       _domain="$host"
       return 0
       return 0