pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 86df9b4373
commit 25ce31f4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,8 @@ frequency=$(zenity --list 2>/dev/null --title="Choose the frequency for SSTV dec
echo $frequency
if [ -z "$frequency" ]; then
echo
echo "Choose the number for the frequency for SSTV decoding:"
@ -45,6 +47,8 @@ echo
read -r choice
fi
if [ "$choice" = "1" ] || [ "$frequency" = "145800" ]; then
frequency=145800000

Loading…
Cancel
Save

Powered by TurnKey Linux.