From 0df2108bda38e847a7ca1aabdbd15eca883b4518 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 4 Jan 2025 08:56:44 -0500 Subject: [PATCH] Update rtl-tcp.sh fixed typo --- groundstation/rtl-tcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/rtl-tcp.sh b/groundstation/rtl-tcp.sh index 0378909a..185d8b6a 100755 --- a/groundstation/rtl-tcp.sh +++ b/groundstation/rtl-tcp.sh @@ -52,7 +52,7 @@ sudo killall -9 zenity &>/dev/null #sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ")' sudo systemctl start rtl_tcp &>/dev/null -while [[ sudo systemctl status rtl_tcp | grep "Active: active (running)" ]] +while [[ $(sudo systemctl status rtl_tcp | grep "Active: active (running)") ]] do sleep 5 done