quit if no choice made in gui

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 6c1df529a3
commit f95b38782b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,16 +42,20 @@ echo $frequency
if [ -z "$frequency" ]; then
echo
echo "No choice made. Exiting."
echo "Choose the number for the frequency for SSTV decoding:"
echo "1. ISS (145800Hz)"
echo "2. CubeSatSim (434900 kHz)"
echo "3. Enter a frequency in kiloHertz"
echo "4. Play an SSTV WAV file to test"
echo
sleep 3
exit
#echo "Choose the number for the frequency for SSTV decoding:"
#echo "1. ISS (145800Hz)"
#echo "2. CubeSatSim (434900 kHz)"
#echo "3. Enter a frequency in kiloHertz"
#echo "4. Play an SSTV WAV file to test"
#echo
read -r choice
#read -r choice
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.