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
c3a3d02b
Commit
c3a3d02b
authored
Jan 10, 2021
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/3156
parent
a9261970
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_linode_v4.sh
View file @
c3a3d02b
...
@@ -106,6 +106,7 @@ dns_linode_v4_rm() {
...
@@ -106,6 +106,7 @@ dns_linode_v4_rm() {
#################### Private functions below ##################################
#################### Private functions below ##################################
_Linode_API
()
{
_Linode_API
()
{
LINODE_V4_API_KEY
=
"
${
LINODE_V4_API_KEY
:-
$(
_readaccountconf_mutable LINODE_V4_API_KEY
)
}
"
if
[
-z
"
$LINODE_V4_API_KEY
"
]
;
then
if
[
-z
"
$LINODE_V4_API_KEY
"
]
;
then
LINODE_V4_API_KEY
=
""
LINODE_V4_API_KEY
=
""
...
@@ -115,7 +116,7 @@ _Linode_API() {
...
@@ -115,7 +116,7 @@ _Linode_API() {
return
1
return
1
fi
fi
_saveaccountconf LINODE_V4_API_KEY
"
$LINODE_V4_API_KEY
"
_saveaccountconf
_mutable
LINODE_V4_API_KEY
"
$LINODE_V4_API_KEY
"
}
}
#################### Private functions below ##################################
#################### Private functions below ##################################
...
...
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