mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 23:05:20 +00:00
fix format
This commit is contained in:
@@ -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"}' \
|
&& _contains "$response" '{"message": "Zone Record Created"}' \
|
||||||
&& _info "Add $(__green "success")"
|
&& _info "Add $(__green "success")"
|
||||||
}
|
}
|
||||||
|
|
||||||
#Usage: fulldomain txtvalue
|
#Usage: fulldomain txtvalue
|
||||||
|
Reference in New Issue
Block a user