Update pacsat.sh always restart pacsat for loopback

master-b-p
Alan Johnston 1 week ago committed by GitHub
parent 87c5cef72c
commit a8bf6372b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,12 +92,12 @@ if [ ! "$MODE" = "P" ] && [ ! "$loopback" = "1" ] ; then
elif [ "$loopback" = "1" ] ; then elif [ "$loopback" = "1" ] ; then
if [ ! "$MODE" = "p" ] ; then # if [ ! "$MODE" = "p" ] ; then
echo echo
echo "Switching to PacSat mode for the Simulated PacSat Satellite" echo "Switching to PacSat mode for the Simulated PacSat Satellite"
echo echo
/home/pi/CubeSatSim/config -G n /home/pi/CubeSatSim/config -G n
fi # fi
if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then
# if [ ! "$loopback" = "1" ] ; then # don't do this for now. # if [ ! "$loopback" = "1" ] ; then # don't do this for now.

Loading…
Cancel
Save

Powered by TurnKey Linux.