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
68d9aad3
Unverified
Commit
68d9aad3
authored
Jan 03, 2019
by
hebbet
Committed by
GitHub
Jan 03, 2019
Browse files
add link to profile of Cloudflare
follow-up for #1893
parent
0aba1b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
68d9aad3
...
...
@@ -19,8 +19,8 @@ dns_cf_add() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Email
=
""
_err
"You didn't specify a
c
loudflare api key and email yet."
_err
"
Please create the key and try again
."
_err
"You didn't specify a
C
loudflare api key and email yet."
_err
"
You can get yours from here https://dash.cloudflare.com/profile
."
return
1
fi
...
...
@@ -97,8 +97,8 @@ dns_cf_rm() {
if
[
-z
"
$CF_Key
"
]
||
[
-z
"
$CF_Email
"
]
;
then
CF_Key
=
""
CF_Email
=
""
_err
"You didn't specify a
c
loudflare api key and email yet."
_err
"
Please create the key and try again
."
_err
"You didn't specify a
C
loudflare api key and email yet."
_err
"
You can get yours from here https://dash.cloudflare.com/profile
."
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