Browse Source

fix success link

pull/273/head
neil 9 years ago
parent
commit
e27646a8c1
  1. 2
      dnsapi/dns_ovh.sh

2
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"

Loading…
Cancel
Save