diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index f9285165..1b103ccc 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -104,14 +104,20 @@ elif [ "$loopback" = "1" ] ; then cd sudo rm PacSatGroundLoop.zip &>/dev/null - wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGroundLoop.zip + wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGround.zip unzip PacSatGroundLoop.zip -d PacSatGroundLoop sudo rm PacSatGroundLoop.zip - - echo - echo "The first time you run the Ground Station, you will need to select Yes to override files, then put in your callsign" - sleep 10 - + + FILE=/home/pi/Desktop/PacsatGround/spacecraft/PacSatSim.properties + if [ -f "$FILE" ]; then + FILE2=/home/pi/PacSatGroundLoop/spacecraft/PacSatSim.properties + sudo rm $FILE2 + cp $FILE $FILE2 + else + echo + echo "The first time you run the Ground Station, you will need to select Yes to override files, then put in your callsign" + sleep 10 + fi fi else