added test to only run rtl_fm if not option 4

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 2dd97ec1ef
commit 3d373af818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,6 +104,8 @@ sleep 5
#sudo systemctl restart cubesatsim #sudo systemctl restart cubesatsim
if [ "$choice" != "4" ]; then
value=`aplay -l | grep "Loopback"` value=`aplay -l | grep "Loopback"`
echo "$value" > /dev/null echo "$value" > /dev/null
set -- $value set -- $value
@ -114,4 +116,6 @@ rtl_fm -M fm -f $frequency -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t r
sleep 5 sleep 5
fi
#$SHELL #$SHELL

Loading…
Cancel
Save

Powered by TurnKey Linux.