From ce16d20bd6bbf290a65d97cf815b6803e0f0effc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 22 Jul 2024 16:38:14 -0400 Subject: [PATCH] Update command fixed rtl_test --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index c9d2bffb..ebc5661f 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