From 1bebae624a8577923d9066603cb72c412d9fd055 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 12 Aug 2021 08:29:48 -0400 Subject: [PATCH] removed systemd call so window can auto close --- groundstation/rtl-tcp.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/groundstation/rtl-tcp.sh b/groundstation/rtl-tcp.sh index eb9f7628..1de083a8 100755 --- a/groundstation/rtl-tcp.sh +++ b/groundstation/rtl-tcp.sh @@ -39,8 +39,10 @@ sudo killall -9 rtl_tcp &>/dev/null sudo killall -9 qsstv &>/dev/null -sudo systemctl start rtl_tcp +#sudo systemctl start rtl_tcp -#sleep 5 +sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ") -$SHELL +sleep 5 + +#$SHELL