Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
11582bc7
Unverified
Commit
11582bc7
authored
Jul 15, 2022
by
neil
Committed by
GitHub
Jul 15, 2022
Browse files
Merge pull request #4184 from Maxime-J/dnsapi-ovh
dns_ovh: save OVH_CK in all cases
parents
20ed4f96
19790e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
11582bc7
...
...
@@ -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
"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment