From bf323b449d96d1c68298712ca6960c34593af9b9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 23 Mar 2026 12:15:59 -0400 Subject: [PATCH] Update pacsat-run.sh stop transmit if loopback --- groundstation/pacsat-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/pacsat-run.sh b/groundstation/pacsat-run.sh index 7c8d709a..d19b9dba 100755 --- a/groundstation/pacsat-run.sh +++ b/groundstation/pacsat-run.sh @@ -60,6 +60,8 @@ sudo killall -9 direwolf &>/dev/null elif [ "$ANS" = "3" ] || [ "$profile" = "Simulate" ] ; then + sudo systemctl stop transmit + echo "You have chosen the PacSat Ground Station with Local Simulated Satellite" sleep 1