Update packet.sh check for failed to open rtl

fiabv4-auto-tune-fm
Alan Johnston 1 month ago committed by GitHub
parent 7eb6fcccec
commit 1e33b3a400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -161,7 +161,7 @@ echo
timeout 1 rtl_test &> out.txt timeout 1 rtl_test &> out.txt
sudo pkill -9 rtl_test sudo pkill -9 rtl_test
if [[ $(grep "No supported" out.txt) ]] ; then if [[ $(grep "No supported" out.txt) ]] || [[ $(grep "Failed to open" out.txt) ]] ; then
echo "No RTL-SDR detected. Trying FM TXC" echo "No RTL-SDR detected. Trying FM TXC"

Loading…
Cancel
Save

Powered by TurnKey Linux.