diff options
Diffstat (limited to 'voctocore/scripts/set-video-cam1.sh')
-rwxr-xr-x | voctocore/scripts/set-video-cam1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/set-video-cam1.sh b/voctocore/scripts/set-video-cam1.sh index bc59e80..d02b385 100755 --- a/voctocore/scripts/set-video-cam1.sh +++ b/voctocore/scripts/set-video-cam1.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo set_video_a cam1 | nc localhost 9999 +echo set_video_a cam1 | nc -q0 localhost 9999 |