Update config don't print no rtl-sdr

master-b-p
Alan Johnston 1 week ago committed by GitHub
parent 3efc2cb038
commit 000641f36f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -343,7 +343,7 @@ if [ "$1" = "" ]; then
timeout 1 rtl_test &> out.txt timeout 1 rtl_test &> out.txt
if [[ $(grep "No supported" out.txt) ]] ; then if [[ $(grep "No supported" out.txt) ]] ; then
echo "No RTL-SDR detected" # echo "No RTL-SDR detected"
rtl=0 rtl=0
else else
echo "RTL-SDR detected" echo "RTL-SDR detected"

Loading…
Cancel
Save

Powered by TurnKey Linux.