From 636010d4a463f6382cf4bb9079b809c50292004f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Oct 2021 21:34:59 -0400 Subject: [PATCH] menu updates --- groundstation/fox-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fox-run.sh b/groundstation/fox-run.sh index a2ad5d0f..486b2d2c 100755 --- a/groundstation/fox-run.sh +++ b/groundstation/fox-run.sh @@ -10,7 +10,7 @@ sudo killall -9 FoxTelem &>/dev/null FILE=/home/pi/FoxTelemetryData/.foxprofile if [ ! -f "$FILE" ]; then - profile=$(zenity --text="Choose your default FoxTelem profile:" --list 2>/dev/null --width=610 --height=120 --title="Set FoxTelem Profile" --column="Profile" --column="Receive and decode telemetry from" Fox-in-a-Box "AMSAT Fox satellites" "CubeSatSim Ground Station" "AMSAT CubeSat Simulator") + profile=$(zenity --text="Choose your default FoxTelem profile:" --list 2>/dev/null --width=310 --height=120 --title="Set FoxTelem Profile" --column="Profile" --column="Receive and decode telemetry from" Fox-in-a-Box "AMSAT Fox satellites" "CubeSatSim" "AMSAT CubeSat Simulator") echo $profile