Update pacsat.sh change properties to point to Loop

master-b-q
Alan Johnston 1 week ago committed by GitHub
parent 2eb80cce5a
commit 4d823c6964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -108,6 +108,8 @@ elif [ "$loopback" = "1" ] ; then
unzip PacSatGround.zip -d PacSatGroundLoop unzip PacSatGround.zip -d PacSatGroundLoop
sudo rm PacSatGround.zip sudo rm PacSatGround.zip
sudo sed -i 's/logfile_dir=/home/pi/PacSatGround/logfile_dir=/home/pi/PacSatGroundLoop/g' /home/pi/PacSatGroundLoop/PacSatGround.properties
FILE=/home/pi/Desktop/PacsatGround/spacecraft/PacSatSim.properties FILE=/home/pi/Desktop/PacsatGround/spacecraft/PacSatSim.properties
if [ -f "$FILE" ]; then if [ -f "$FILE" ]; then
FILE2=/home/pi/PacSatGroundLoop/spacecraft/PacSatSim.properties FILE2=/home/pi/PacSatGroundLoop/spacecraft/PacSatSim.properties

Loading…
Cancel
Save

Powered by TurnKey Linux.