fixed zenity error suppression

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent ae0fc8cf1a
commit 0713624093
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 --error 2>/dev/null --list --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m")"000"
frequency=$(zenity --list 2>/dev/null --title="Choose the frequency" --column="kHz" --column="Use" 144390 "APRS US 2m" 434900 "CubeSatSim" 144800 "APRS European 2m")"000"
if [[ $frequency -eq "000" ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.