]> git.zerfleddert.de Git - fhem-stuff/commitdiff
fix coc-as-cuno
authorMichael Gernoth <michael@gernoth.net>
Mon, 3 Jun 2013 18:51:31 +0000 (20:51 +0200)
committerMichael Gernoth <michael@gernoth.net>
Mon, 3 Jun 2013 18:51:31 +0000 (20:51 +0200)
COC/coc-as-cuno

index 46de8fd8cff90e6df7d4b96947acd3099d21fcfa..986283bfb170af8c24993a647badb5fc2f08afd2 100755 (executable)
@@ -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
Impressum, Datenschutz