From 7be11fb8fb538cf70407981f54e0ea85d3932f14 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 19 Mar 2026 11:57:04 -0400 Subject: [PATCH] Update pacsat.sh added extra spaces --- groundstation/pacsat.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 879ae1ec..a4cebece 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -69,6 +69,7 @@ MODE=$1 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)?" @@ -81,19 +82,23 @@ if [ ! "$MODE" = "P" ] && [ ! "$loopback" = "1" ] ; then exit else - + + echo echo "You can run the PacSat Ground Station after you change mode and reboot." + sleep 10 exit fi elif [ "$loopback" = "1" ] ; then + echo echo "Simulated PacSatSim so mode doesn't matter" echo else + echo echo "Mode is PacSat Ground Station" echo