From bfb839094d6eab1d609e22a6aefb68881946b0d5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jun 2026 16:11:47 -0400 Subject: [PATCH] Update pacsat-config.sh reboot after pacsatsim reset --- groundstation/pacsat-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat-config.sh b/groundstation/pacsat-config.sh index f5b64ff3..17216dfd 100755 --- a/groundstation/pacsat-config.sh +++ b/groundstation/pacsat-config.sh @@ -185,14 +185,14 @@ sudo killall -9 direwolf &>/dev/null echo "You have chosen to set the Frequency of the PacSat Ground Station" echo - /home/pi/CubeSatSim/config -F n + /home/pi/CubeSatSim/config -F elif [ "$ANS" = "4" ] ; then echo "You have chosen to reset the PacSat Satellite" echo - /home/pi/CubeSatSim/config -k n + /home/pi/CubeSatSim/config -k else