Explorar el Código

fix https://github.com/acmesh-official/acme.sh/issues/5208

neil hace 11 meses
padre
commit
a4e7806d21
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      acme.sh

+ 0 - 1
acme.sh

@@ -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