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
2b891f7f
Unverified
Commit
2b891f7f
authored
Apr 12, 2022
by
neil
Committed by
GitHub
Apr 12, 2022
Browse files
Update dns_fornex.sh
parent
a300df00
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_fornex.sh
View file @
2b891f7f
...
...
@@ -107,6 +107,7 @@ _get_root() {
}
_Fornex_API
()
{
FORNEX_API_KEY
=
"
${
FORNEX_API_KEY
:-
$(
_readaccountconf_mutable FORNEX_API_KEY
)
}
"
if
[
-z
"
$FORNEX_API_KEY
"
]
;
then
FORNEX_API_KEY
=
""
...
...
@@ -116,7 +117,7 @@ _Fornex_API() {
return
1
fi
_saveaccountconf FORNEX_API_KEY
"
$FORNEX_API_KEY
"
_saveaccountconf
_mutable
FORNEX_API_KEY
"
$FORNEX_API_KEY
"
}
#method method action data
...
...
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