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
532e79c7
Commit
532e79c7
authored
Mar 13, 2019
by
Oliver Dick
Browse files
Fix reading endpoint
parent
0b04a7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_hostingde.sh
View file @
532e79c7
...
...
@@ -28,6 +28,7 @@ dns_hostingde_rm() {
_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
HOSTINGDE_APIKEY
=
""
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