Update pacsatsim.sh don't do rtl_test

pull/428/head
Alan Johnston 6 days ago committed by GitHub
parent 6a9da94b09
commit e48df7ce5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,14 +50,14 @@ else
txc=0 txc=0
fi fi
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."
rtl=1 # rtl=1
fi #fi
value=`cat /home/pi/CubeSatSim/sim.cfg` value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null echo "$value" > /dev/null

Loading…
Cancel
Save

Powered by TurnKey Linux.