Update command.sh don't print mode

pull/429/head
Alan Johnston 3 days ago committed by GitHub
parent 1d842ab5e7
commit 562c853b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,9 +20,9 @@ echo
autotune=0 autotune=0
mode=$(zenity --timeout=10 --list 2>/dev/null --width=410 --height=400 --title="Transmit Command" --text="Choose the command to transmit" --column="Command" --column="Result" a "APRS Mode" f "FSK Mode" b "BPSK Mode" s "SSTV Mode" m "CM Mode" e "Repeater Mode" j "FUNcube Mode" o "Beacon On/Off") mode=$(zenity --timeout=10 --list 2>/dev/null --width=410 --height=390 --title="Transmit Command" --text="Choose the command to transmit" --column="Mode" --column="Result" a "APRS Mode" f "FSK Mode" b "BPSK Mode" s "SSTV Mode" m "CM Mode" e "Repeater Mode" j "FUNcube Mode" o "Beacon On/Off")
echo $mode # echo $mode
if [ -z "$mode" ]; then if [ -z "$mode" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.