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
6b26d2b6
Commit
6b26d2b6
authored
Mar 15, 2018
by
Rid
Browse files
Fixed grammatical errors
parent
28d83d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
6b26d2b6
...
@@ -19,8 +19,8 @@ dns_cf_add() {
...
@@ -19,8 +19,8 @@ dns_cf_add() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Key
=
""
CF_Email
=
""
CF_Email
=
""
_err
"You d
o
n't specify cloudflare api key and email yet."
_err
"You d
id
n't specify
a
cloudflare api key and email yet."
_err
"Please create
you
key and try again."
_err
"Please create
the
key and try again."
return
1
return
1
fi
fi
...
@@ -94,8 +94,8 @@ dns_cf_rm() {
...
@@ -94,8 +94,8 @@ dns_cf_rm() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Key
=
""
CF_Email
=
""
CF_Email
=
""
_err
"You d
o
n't specify cloudflare api key and email yet."
_err
"You d
id
n't specify
a
cloudflare api key and email yet."
_err
"Please create
you
key and try again."
_err
"Please create
the
key and try again."
return
1
return
1
fi
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