From eca4809fc43dfc9eaa357be25d0dadca648becc7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 22 Jul 2024 16:43:58 -0400 Subject: [PATCH] Update command try test --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index ee4da5ba..e83ca7a5 100755 --- a/command +++ b/command @@ -63,7 +63,7 @@ else # echo "Trying RTL-FM" - if [[ $(rtl_test | grep "No supported devices found.") ]] ; then + if [ $(rtl_test | grep "No supported devices found.") ] ; then echo "No RTL-SDR detected. Command and control is OFF" # sleep 60