diff --git a/groundstation/fox-run.sh b/groundstation/fox-run.sh index 486b2d2c..3f9f4673 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=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") + profile=$(zenity --text="Choose your default FoxTelem profile:" --list 2>/dev/null --width=410 --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 @@ -80,7 +80,7 @@ if [ ! -f "$FILE" ]; then fi - elif [ "$ANS" = "2" ] || [ "$profile" = "CubeSatSim Ground Station" ] ; then + elif [ "$ANS" = "2" ] || [ "$profile" = "CubeSatSim" ] ; then echo "You have chosen the CubeSatSim Ground Station profile." echo "c" > /home/pi/FoxTelemetryData/.foxprofile