From: Michael Gernoth Date: Mon, 3 Jun 2013 18:51:31 +0000 (+0200) Subject: fix coc-as-cuno X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/commitdiff_plain/71f55715d5d815d23a2b89bc7281b95cc6e1c2ff fix coc-as-cuno --- diff --git a/COC/coc-as-cuno b/COC/coc-as-cuno index 46de8fd..986283b 100755 --- a/COC/coc-as-cuno +++ b/COC/coc-as-cuno @@ -9,5 +9,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" done