Unverified Commit 11582bc7 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4184 from Maxime-J/dnsapi-ovh

dns_ovh: save OVH_CK in all cases
parents 20ed4f96 19790e90
...@@ -118,6 +118,7 @@ _initAuth() { ...@@ -118,6 +118,7 @@ _initAuth() {
#return and wait for retry. #return and wait for retry.
return 1 return 1
fi fi
_saveaccountconf OVH_CK "$OVH_CK"
_info "Checking authentication" _info "Checking authentication"
...@@ -235,7 +236,6 @@ _ovh_authentication() { ...@@ -235,7 +236,6 @@ _ovh_authentication() {
_secure_debug consumerKey "$consumerKey" _secure_debug consumerKey "$consumerKey"
OVH_CK="$consumerKey" OVH_CK="$consumerKey"
_saveaccountconf OVH_CK "$OVH_CK"
_info "Please open this link to do authentication: $(__green "$validationUrl")" _info "Please open this link to do authentication: $(__green "$validationUrl")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment