Update pacsat.sh add extra timeout 1

fiabv4-auto-tune-p
Alan Johnston 2 days ago committed by GitHub
parent 5a3f90710d
commit dfde8d18b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.