From 404695d347a26aa0f9519d55da024ef1d6f0c762 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 May 2026 16:42:48 -0400 Subject: [PATCH] Update pacsat.sh make sure rtl_test is killed at end --- groundstation/pacsat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 1318e738..e5c6cd87 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -310,6 +310,8 @@ else fi +sudo killall -9 rtl_test &>/dev/null + sleep 10 #echo "Stopping Pacsatsim"