From 81cc1c7348d420e83a07b77be9a3e851fc139f7d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 30 Nov 2024 08:36:26 -0500 Subject: [PATCH] Update pacsat.sh stop CubeSatSim and transmit --- groundstation/pacsat.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 07de1642..aafc69d0 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -4,9 +4,13 @@ sudo modprobe snd-aloop -sudo systemctl stop openwebrx +sudo systemctl stop cubesatsim &>/dev/null -sudo systemctl stop rtl_tcp +sudo systemctl stop transmit &>/dev/null + +sudo systemctl stop openwebrx &>/dev/null + +sudo systemctl stop rtl_tcp &>/dev/null pkill -o chromium &>/dev/null