Update pacsat-config.sh fix popup menu

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 985c817fa7
commit 7940341510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,8 +14,7 @@ sudo killall -9 zenity &>/dev/null
#FILE=/home/pi/.pacsatprofile
#if [ ! -f "$FILE" ]; then
profile=$(zenity --text="Choice:" --list 2>/dev/null --width=410 --height=120 --title="PacSat Ground Station Choice" "PacSat" "Receive from CubeSatSim PacSatSim" "Configure" "Configure PacSat Ground Station" "Loopback" "Run a Locally Simulated PacSat")
profile=$(zenity --text="Choice:" --list 2>/dev/null --width=410 --height=120 --title="PacSat Ground Station Choice" --column="Choice" --column="Result" "PacSat" "Receive from CubeSatSim PacSatSim" "Configure" "Configure PacSat Ground Station" "Loopback" "Run a Locally Simulated PacSat")
echo $profile
if [ -z "$profile" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.