From aee9dec0d765200e93fefae2840c159edb6a38e0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 22 Jul 2024 17:07:00 -0400 Subject: [PATCH] Update command fix grep --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index b3d296f2..06662c4f 100755 --- a/command +++ b/command @@ -64,7 +64,7 @@ else # echo "Trying RTL-FM" timeout 1 rtl_test &> out.txt - if [ $(grep "No supported" out.txt && rm out.txt) ] ; then + if [ $(grep "No supported" out.txt) ] ; then echo "No RTL-SDR detected. Command and control is OFF" # sleep 60