From ce273a1624c3fe2fed865e812401daac6fa4abac Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 31 May 2026 22:46:12 -0400 Subject: [PATCH] Update pacsat.sh don't quit if change mode --- groundstation/pacsat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 68f390c4..499db97c 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -75,19 +75,19 @@ if [ ! "$MODE" = "P" ] && [ ! "$loopback" = "1" ] ; then echo echo "Mode is not PacSat Ground Station" echo - echo "Would you like to change to PacSat Ground Station mode and reboot? (y/n)?" + echo "Would you like to change to PacSat Ground Station mode? (y/n)?" read -r ANS if [ "$ANS" = "y" ]; then /home/pi/CubeSatSim/config -I - exit +# exit else echo - echo "You can run the PacSat Ground Station after you change mode and reboot." + echo "You can run the PacSat Ground Station after you change mode." sleep 10 exit