neilpang %!s(int64=8) %!d(string=hai) anos
pai
achega
839f18d052
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dnsapi/dns_gandi_livedns.sh

+ 2 - 2
dnsapi/dns_gandi_livedns.sh

@@ -37,8 +37,8 @@ dns_gandi_livedns_add() {
   _debug sub_domain "$_sub_domain"
   _debug sub_domain "$_sub_domain"
 
 
   _gandi_livedns_rest PUT "domains/$_domain/records/$_sub_domain/TXT" "{\"rrset_ttl\": 300, \"rrset_values\":[\"$txtvalue\"]}" \
   _gandi_livedns_rest PUT "domains/$_domain/records/$_sub_domain/TXT" "{\"rrset_ttl\": 300, \"rrset_values\":[\"$txtvalue\"]}" \
-  && _contains "$response" '{"message": "Zone Record Created"}' \
-  && _info "Add $(__green "success")"
+    && _contains "$response" '{"message": "Zone Record Created"}' \
+    && _info "Add $(__green "success")"
 }
 }
 
 
 #Usage: fulldomain txtvalue
 #Usage: fulldomain txtvalue