|
|
|
@ -14,8 +14,7 @@ sudo killall -9 zenity &>/dev/null
|
|
|
|
#FILE=/home/pi/.pacsatprofile
|
|
|
|
#FILE=/home/pi/.pacsatprofile
|
|
|
|
#if [ ! -f "$FILE" ]; then
|
|
|
|
#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
|
|
|
|
echo $profile
|
|
|
|
|
|
|
|
|
|
|
|
if [ -z "$profile" ]; then
|
|
|
|
if [ -z "$profile" ]; then
|
|
|
|
|