added 2>/dev/null to zenity call

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.