mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-08 15:52:10 +08:00
minor
This commit is contained in:
2
le.sh
2
le.sh
@@ -175,7 +175,7 @@ _send_signed_request() {
|
|||||||
response="$($CURL -X POST --data "$body" $url)"
|
response="$($CURL -X POST --data "$body" $url)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
responseHeaders="$(cat $CURL_HEADER | sed 's/\r//g')"
|
responseHeaders="$(sed 's/\r//g' $CURL_HEADER)"
|
||||||
|
|
||||||
_debug responseHeaders "$responseHeaders"
|
_debug responseHeaders "$responseHeaders"
|
||||||
_debug response "$response"
|
_debug response "$response"
|
||||||
|
|||||||
Reference in New Issue
Block a user