diff --git a/dnsapi/dns_ovh.sh b/dnsapi/dns_ovh.sh index bbe7cc8e..cfd84d9b 100644 --- a/dnsapi/dns_ovh.sh +++ b/dnsapi/dns_ovh.sh @@ -189,7 +189,7 @@ _ovh_authentication() { _H3="" _H4="" - _ovhdata='{"accessRules": [{"method": "GET","path": "/*"},{"method": "POST","path": "/*"},{"method": "PUT","path": "/*"}],"redirection":"$ovh_success"}' + _ovhdata='{"accessRules": [{"method": "GET","path": "/*"},{"method": "POST","path": "/*"},{"method": "PUT","path": "/*"}],"redirection":"'$ovh_success'"}' response="$(_post "$_ovhdata" "$OVH_API/auth/credential")" _debug3 response "$response"