Commit 19790e90 authored by Maxime-J's avatar Maxime-J
Browse files

dns_ovh: save OVH_CK in all cases

parent 1b59b0b7
......@@ -118,6 +118,7 @@ _initAuth() {
#return and wait for retry.
return 1
fi
_saveaccountconf OVH_CK "$OVH_CK"
_info "Checking authentication"
......@@ -235,7 +236,6 @@ _ovh_authentication() {
_secure_debug consumerKey "$consumerKey"
OVH_CK="$consumerKey"
_saveaccountconf OVH_CK "$OVH_CK"
_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