From 61fd29bdfd4b2097645cd1ed3f65f8b3451d6a2c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Dec 2020 12:31:54 -0500 Subject: [PATCH] added $SHELL --- groundstation/rtl-tcp-d.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/rtl-tcp-d.sh b/groundstation/rtl-tcp-d.sh index feedc86b..51360132 100755 --- a/groundstation/rtl-tcp-d.sh +++ b/groundstation/rtl-tcp-d.sh @@ -28,3 +28,5 @@ sudo systemctl stop rtl_tcp sudo systemctl stop openwebrx sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ") -D 2' + +$SHELL