From 7c9e8e39b2fe43de5fcfb7bcbd4bec8b1c35541e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 3 Mar 2026 16:19:47 -0500 Subject: [PATCH] Update pacsat-run.sh kill direwolf at end if quit Pacsat ground station --- groundstation/pacsat-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/pacsat-run.sh b/groundstation/pacsat-run.sh index 922fb3a5..37704d0f 100755 --- a/groundstation/pacsat-run.sh +++ b/groundstation/pacsat-run.sh @@ -76,6 +76,7 @@ sudo killall -9 direwolf &>/dev/null fi +sudo killall -9 direwolf &>/dev/null sleep 10