Browse Source
Merge pull request #1388 from Rid/dev
Fixed grammatical errors in CF api
pull/1395/head
neil
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
dnsapi/dns_cf.sh
|
|
@ -19,8 +19,8 @@ dns_cf_add() { |
|
|
|
if [ -z "$CF_Key" ] || [ -z "$CF_Email" ]; then |
|
|
|
CF_Key="" |
|
|
|
CF_Email="" |
|
|
|
_err "You don't specify cloudflare api key and email yet." |
|
|
|
_err "Please create you key and try again." |
|
|
|
_err "You didn'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 don't specify cloudflare api key and email yet." |
|
|
|
_err "Please create you key and try again." |
|
|
|
_err "You didn't specify a cloudflare api key and email yet." |
|
|
|
_err "Please create the key and try again." |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
|