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
19790e90
Commit
19790e90
authored
Jul 14, 2022
by
Maxime-J
Browse files
dns_ovh: save OVH_CK in all cases
parent
1b59b0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
19790e90
...
...
@@ -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