diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-04 17:39:46 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-04 17:39:46 -0400 |
commit | 27f154458021c0cebd0eb6680299693cbc5ef9b8 (patch) | |
tree | dda9cabcdb5b59aeaa2e7164f452c864c5aab1aa | |
parent | 4c15c8881087781b7611f4cf557389392889e1f1 (diff) |
httpsconnectd: remove -d[ebug] flags from socat
-rw-r--r-- | httpsconnectd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |