From e27646a8c128321864cfae744ddb1ec838c861c5 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 25 Aug 2016 08:25:39 +0800 Subject: [PATCH] fix success link --- dnsapi/dns_ovh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"