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
41c95181
Commit
41c95181
authored
Jul 27, 2019
by
neilpang
Browse files
fix format
parent
72e7eb67
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
41c95181
...
...
@@ -180,9 +180,9 @@ _cf_rest() {
data
=
"
$3
"
_debug
"
$ep
"
email_trimmed
=
$(
echo
$CF_Email
|
tr
-d
'"'
)
key_trimmed
=
$(
echo
$CF_Key
|
tr
-d
'"'
)
token_trimmed
=
$(
echo
$CF_Token
|
tr
-d
'"'
)
email_trimmed
=
$(
echo
"
$CF_Email
"
|
tr
-d
'"'
)
key_trimmed
=
$(
echo
"
$CF_Key
"
|
tr
-d
'"'
)
token_trimmed
=
$(
echo
"
$CF_Token
"
|
tr
-d
'"'
)
export
_H1
=
"Content-Type: application/json"
if
[
"
$token_trimmed
"
]
;
then
...
...
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