Skip to content

Commit

Permalink
fix #5208
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 3, 2024
1 parent a003234 commit a4e7806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,6 @@ _send_signed_request() {
_debug2 _headers "$_headers"
_CACHED_NONCE="$(echo "$_headers" | grep -i "Replay-Nonce:" | _head_n 1 | tr -d "\r\n " | cut -d ':' -f 2)"
fi
_debug2 _CACHED_NONCE "$_CACHED_NONCE"
if [ "$?" != "0" ]; then
_err "Cannot connect to $nonceurl to get nonce."
return 1
Expand Down

0 comments on commit a4e7806

Please sign in to comment.