pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 3db7230322
commit 8f389b0bce
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 [$frequency -eq "000"]; then if [[ $frequency -eq "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.