mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
fix format
This commit is contained in:
parent
72e7eb6777
commit
41c951811e
@ -180,9 +180,9 @@ _cf_rest() {
|
|||||||
data="$3"
|
data="$3"
|
||||||
_debug "$ep"
|
_debug "$ep"
|
||||||
|
|
||||||
email_trimmed=$(echo $CF_Email | tr -d '"')
|
email_trimmed=$(echo "$CF_Email" | tr -d '"')
|
||||||
key_trimmed=$(echo $CF_Key | tr -d '"')
|
key_trimmed=$(echo "$CF_Key" | tr -d '"')
|
||||||
token_trimmed=$(echo $CF_Token | tr -d '"')
|
token_trimmed=$(echo "$CF_Token" | tr -d '"')
|
||||||
|
|
||||||
export _H1="Content-Type: application/json"
|
export _H1="Content-Type: application/json"
|
||||||
if [ "$token_trimmed" ]; then
|
if [ "$token_trimmed" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user