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
d42cf6da
Commit
d42cf6da
authored
Aug 05, 2019
by
James Qian
Committed by
neil
Aug 05, 2019
Browse files
dnsapi: fix typo in dns_desec.sh (#2427)
Signed-off-by:
James Qian
<
sotux82@gmail.com
>
parent
75191e71
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_desec.sh
View file @
d42cf6da
...
...
@@ -25,8 +25,8 @@ dns_desec_add() {
if
[
-z
"
$DEDYN_TOKEN
"
]
||
[
-z
"
$DEDYN_NAME
"
]
;
then
DEDYN_TOKEN
=
""
DEDYN_NAME
=
""
_err
"You d
on'
t specify DEDYN_TOKEN and DEDYN_NAME yet."
_err
"Please create you key and try again."
_err
"You d
id no
t specify DEDYN_TOKEN and DEDYN_NAME yet."
_err
"Please create you
r
key and try again."
_err
"e.g."
_err
"export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e"
_err
"export DEDYN_NAME=foobar.dedyn.io"
...
...
@@ -92,8 +92,8 @@ dns_desec_rm() {
if
[
-z
"
$DEDYN_TOKEN
"
]
||
[
-z
"
$DEDYN_NAME
"
]
;
then
DEDYN_TOKEN
=
""
DEDYN_NAME
=
""
_err
"You d
on'
t specify DEDYN_TOKEN and DEDYN_NAME yet."
_err
"Please create you key and try again."
_err
"You d
id no
t specify DEDYN_TOKEN and DEDYN_NAME yet."
_err
"Please create you
r
key and try again."
_err
"e.g."
_err
"export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e"
_err
"export DEDYN_NAME=foobar.dedyn.io"
...
...
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