From 116da25adcda576f4c5f97c6fdcc30a73f6f7dc8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Oct 2021 20:50:16 -0400 Subject: [PATCH] Update fox-run.sh --- 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 55e688e3..788f83ca 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 --list 2>/dev/null --width=710 --height=1200 --title="Choose your default FoxTelem profile:" --column="Profile" --column="Application" Fox-in-a-Box "Receive and decode telemetry from the AMSAT Fox satellites" "CubeSatSim Ground Station" "Receive and decode telemetry from an AMSAT CubeSatSim") + profile=$(zenity --list 2>/dev/null --width=710 --height=120 --title="Choose your default FoxTelem profile:" --column="Profile" --column="Application" Fox-in-a-Box "Receive and decode telemetry from the AMSAT Fox satellites" "CubeSatSim Ground Station" "Receive and decode telemetry from an AMSAT CubeSatSim") echo $profile