From 55b975d3d9bf8db48fb09e2ed9da5e70b59cc55d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 19 May 2015 22:04:28 +0200 Subject: debian requires -q0 on nc to terminate after stdin-eof --- voctocore/scripts/set-composite-pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/scripts/set-composite-pip.sh') diff --git a/voctocore/scripts/set-composite-pip.sh b/voctocore/scripts/set-composite-pip.sh index 04e41df..09196a5 100755 --- a/voctocore/scripts/set-composite-pip.sh +++ b/voctocore/scripts/set-composite-pip.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo set_composite_mode pip | nc localhost 9999 +echo set_composite_mode pip | nc -q0 localhost 9999 -- cgit v1.2.3