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
709d82e7
Unverified
Commit
709d82e7
authored
Mar 13, 2019
by
neil
Committed by
GitHub
Mar 13, 2019
Browse files
sync
sync
parent
0f00862e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_hostingde.sh
View file @
709d82e7
...
@@ -28,6 +28,7 @@ dns_hostingde_rm() {
...
@@ -28,6 +28,7 @@ dns_hostingde_rm() {
_hostingde_apiKey
()
{
_hostingde_apiKey
()
{
HOSTINGDE_APIKEY
=
"
${
HOSTINGDE_APIKEY
:-
$(
_readaccountconf_mutable HOSTINGDE_APIKEY
)
}
"
HOSTINGDE_APIKEY
=
"
${
HOSTINGDE_APIKEY
:-
$(
_readaccountconf_mutable HOSTINGDE_APIKEY
)
}
"
HOSTINGDE_ENDPOINT
=
"
${
HOSTINGDE_ENDPOINT
:-
$(
_readaccountconf_mutable HOSTINGDE_ENDPOINT
)
}
"
if
[
-z
"
$HOSTINGDE_APIKEY
"
]
||
[
-z
"
$HOSTINGDE_ENDPOINT
"
]
;
then
if
[
-z
"
$HOSTINGDE_APIKEY
"
]
||
[
-z
"
$HOSTINGDE_ENDPOINT
"
]
;
then
HOSTINGDE_APIKEY
=
""
HOSTINGDE_APIKEY
=
""
HOSTINGDE_ENDPOINT
=
""
HOSTINGDE_ENDPOINT
=
""
...
...
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