Browse Source
Merge pull request #4184 from Maxime-J/dnsapi-ovh
dns_ovh: save OVH_CK in all cases
pull/4186/head
neil
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_ovh.sh
|
|
@ -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")" |
|
|
|
|
|
|
|