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
a0ec5b18
Commit
a0ec5b18
authored
Feb 17, 2019
by
neilpang
Browse files
fx format
parent
f2acdd27
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a0ec5b18
...
@@ -1897,7 +1897,7 @@ _send_signed_request() {
...
@@ -1897,7 +1897,7 @@ _send_signed_request() {
_CACHED_NONCE
=
"
$(
echo
"
$responseHeaders
"
|
grep
-i
"Replay-Nonce:"
| _head_n 1 |
tr
-d
"
\r\n
"
|
cut
-d
':'
-f
2
)
"
_CACHED_NONCE
=
"
$(
echo
"
$responseHeaders
"
|
grep
-i
"Replay-Nonce:"
| _head_n 1 |
tr
-d
"
\r\n
"
|
cut
-d
':'
-f
2
)
"
if
!
_startswith
"
$code
"
"2"
;
then
if
!
_startswith
"
$code
"
"2"
;
then
_body
=
"
$response
"
_body
=
"
$response
"
if
[
"
$needbase64
"
]
;
then
if
[
"
$needbase64
"
]
;
then
_body
=
"
$(
echo
"
$_body
"
| _dbase64 multiline
)
"
_body
=
"
$(
echo
"
$_body
"
| _dbase64 multiline
)
"
...
...
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