Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
dd37ae26
Unverified
Commit
dd37ae26
authored
Mar 16, 2018
by
neil
Committed by
GitHub
Mar 16, 2018
Browse files
Merge pull request #1388 from Rid/dev
Fixed grammatical errors in CF api
parents
fdaebc73
6b26d2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
dd37ae26
...
...
@@ -19,8 +19,8 @@ dns_cf_add() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Email
=
""
_err
"You d
o
n't specify cloudflare api key and email yet."
_err
"Please create
you
key and try again."
_err
"You d
id
n't specify
a
cloudflare api key and email yet."
_err
"Please create
the
key and try again."
return
1
fi
...
...
@@ -94,8 +94,8 @@ dns_cf_rm() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Email
=
""
_err
"You d
o
n't specify cloudflare api key and email yet."
_err
"Please create
you
key and try again."
_err
"You d
id
n't specify
a
cloudflare api key and email yet."
_err
"Please create
the
key and try again."
return
1
fi
...
...
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