1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

fix for freebsd

This commit is contained in:
neilpang
2017-02-18 10:31:18 +08:00
parent c70432996a
commit 6480250221
+1 -1
View File
@@ -1582,7 +1582,7 @@ _send_signed_request() {
_debug2 original "$response"
response="$(echo "$response" | _normalizeJson)"
responseHeaders="$(<"$HTTP_HEADER")"
responseHeaders="$(cat "$HTTP_HEADER")"
_debug2 responseHeaders "$responseHeaders"
_debug2 response "$response"