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