]> git.proxmox.com Git - mirror_acme.sh.git/blobdiff - dnsapi/dns_variomedia.sh
fix solaris badge
[mirror_acme.sh.git] / dnsapi / dns_variomedia.sh
index 729cda5ef7ce0c0738046f487bf3fefffe238263..a35b8f0f938a9da2b0fed8838e9d766dc8b4123d 100644 (file)
@@ -107,7 +107,7 @@ _get_root() {
     fi
 
     if _startswith "$response" "\{\"data\":"; then
-      if _contains "$response" "\"id\": \"$h\""; then
+      if _contains "$response" "\"id\":\"$h\""; then
         _sub_domain="$(echo "$fulldomain" | sed "s/\\.$h\$//")"
         _domain=$h
         return 0