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