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
20503d3c
Unverified
Commit
20503d3c
authored
Jan 03, 2019
by
neil
Committed by
GitHub
Jan 03, 2019
Browse files
Merge pull request #2004 from hebbet/patch-4
add link to profile of Cloudflare
parents
0aba1b4a
68d9aad3
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
20503d3c
...
@@ -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 didn't specify a
c
loudflare api key and email yet."
_err
"You didn't specify a
C
loudflare api key and email yet."
_err
"
Please create the key and try again
."
_err
"
You can get yours from here https://dash.cloudflare.com/profile
."
return
1
return
1
fi
fi
...
@@ -97,8 +97,8 @@ dns_cf_rm() {
...
@@ -97,8 +97,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 didn't specify a
c
loudflare api key and email yet."
_err
"You didn't specify a
C
loudflare api key and email yet."
_err
"
Please create the key and try again
."
_err
"
You can get yours from here https://dash.cloudflare.com/profile
."
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