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
fe54d5b8
Unverified
Commit
fe54d5b8
authored
Oct 29, 2020
by
ma331
Committed by
GitHub
Oct 29, 2020
Browse files
fixed spacing in two lines
parent
7cc30c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_anx.sh
View file @
fe54d5b8
...
@@ -19,8 +19,8 @@ dns_anx_add() {
...
@@ -19,8 +19,8 @@ dns_anx_add() {
if
[
"
$ANX_Token
"
]
;
then
if
[
"
$ANX_Token
"
]
;
then
_saveaccountconf_mutable ANX_Token
"
$ANX_Token
"
_saveaccountconf_mutable ANX_Token
"
$ANX_Token
"
else
else
_err
"You didn't specify a ANEXIA Engine API token."
_err
"You didn't specify a ANEXIA Engine API token."
return
1
return
1
fi
fi
_debug
"First detect the root zone"
_debug
"First detect the root zone"
...
...
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