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
e1db5db8
Commit
e1db5db8
authored
Mar 07, 2018
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/1105
parent
20e51f0b
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
e1db5db8
...
@@ -1841,7 +1841,7 @@ _send_signed_request() {
...
@@ -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
...
...
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