added 000 to freq

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

@ -26,7 +26,7 @@ sudo killall -9 CubicSDR &>/dev/null
echo
frequency=$(zenity --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m")
frequency=$(zenity --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m")"000"
if [ -z "$frequency" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.