From c5af42c10ea5ee10b038960cbc1f893e5dbf00bc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Oct 2021 20:55:19 -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 788f83ca..ce3f1e2d 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=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") + profile=$(zenity --text="Choose one profile:" --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