mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 20:32:43 +00:00
fix format
This commit is contained in:
parent
299a157409
commit
09041fb81d
4
acme.sh
4
acme.sh
@ -2224,8 +2224,8 @@ _send_signed_request() {
|
|||||||
|
|
||||||
_body="$response"
|
_body="$response"
|
||||||
if [ "$needbase64" ]; then
|
if [ "$needbase64" ]; then
|
||||||
_body="$(echo "$_body" | _dbase64 multiline)"
|
_body="$(echo "$_body" | _dbase64 multiline)"
|
||||||
_debug3 _body "$_body"
|
_debug3 _body "$_body"
|
||||||
fi
|
fi
|
||||||
_retryafter=$(echo "$responseHeaders" | grep -i "^Retry-After *: *[0-9]\+ *" | cut -d : -f 2 | tr -d ' ' | tr -d '\r')
|
_retryafter=$(echo "$responseHeaders" | grep -i "^Retry-After *: *[0-9]\+ *" | cut -d : -f 2 | tr -d ' ' | tr -d '\r')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user