From 27f154458021c0cebd0eb6680299693cbc5ef9b8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 4 Oct 2016 17:39:46 -0400 Subject: httpsconnectd: remove -d[ebug] flags from socat --- httpsconnectd.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpsconnectd.sh.in b/httpsconnectd.sh.in index 3d1da77..6dd9f54 100644 --- a/httpsconnectd.sh.in +++ b/httpsconnectd.sh.in @@ -10,4 +10,4 @@ set -e source @pkgconfdir@/https.conf IFS=, -socat -d -d -d OPENSSL-LISTEN:"${port},${ssl_options[*]},reuseaddr,fork" EXEC:httpconnectd +socat OPENSSL-LISTEN:"${port},${ssl_options[*]},reuseaddr,fork" EXEC:httpconnectd -- cgit v1.1-4-g5e80