1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 19:03:03 +00:00
neilpang
2018-03-07 21:25:07 +08:00
parent 20e51f0b4d
commit e1db5db8ac
+1 -1
View File
@@ -1841,7 +1841,7 @@ _send_signed_request() {
_body="$response"
if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64)"
_body="$(echo "$_body" | _dbase64 | tr -d '\0')"
_debug3 _body "$_body"
fi