mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-18 13:26:12 +00:00
This commit is contained in:
parent
20e51f0b4d
commit
e1db5db8ac
2
acme.sh
2
acme.sh
@ -1841,7 +1841,7 @@ _send_signed_request() {
|
|||||||
|
|
||||||
_body="$response"
|
_body="$response"
|
||||||
if [ "$needbase64" ]; then
|
if [ "$needbase64" ]; then
|
||||||
_body="$(echo "$_body" | _dbase64)"
|
_body="$(echo "$_body" | _dbase64 | tr -d '\0')"
|
||||||
_debug3 _body "$_body"
|
_debug3 _body "$_body"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user