From 562c853b4f4bd77821739bb39125e5b3b6afcec4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Jun 2026 11:42:59 -0400 Subject: [PATCH] Update command.sh don't print mode --- groundstation/command.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/command.sh b/groundstation/command.sh index 4d2985de..8859e958 100755 --- a/groundstation/command.sh +++ b/groundstation/command.sh @@ -20,9 +20,9 @@ echo 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