From 8894b40384a5910da62e746663fe8bde7fe53089 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sat, 19 Nov 2022 21:33:38 +0530 Subject: [PATCH] run rigctld to listen on vtty --- run-socat.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-socat.sh b/run-socat.sh index 4424e36..f30fba1 100755 --- a/run-socat.sh +++ b/run-socat.sh @@ -1,3 +1,4 @@ #!/bin/sh -sudo socat pty,link=/dev/vtty,raw tcp:localhost:19090 +sudo socat pty,link=/dev/vtty,raw tcp:localhost:19090 & +sudo rigctld -m 2040 -r /dev/vtty & -- 2.45.2