changed test

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

@ -28,7 +28,7 @@ echo
frequency=$(zenity --error 2>/dev/null --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m" 2>/dev/null)"000" frequency=$(zenity --error 2>/dev/null --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m" 2>/dev/null)"000"
if [ -z "$frequency" ]; then if [$frequency == "000"]; then
echo "Choose the number for the packet decoding option:" echo "Choose the number for the packet decoding option:"
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.