From 41533643d88be44e2da88b1e61a816510d5e606a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 7 Jun 2026 10:34:44 -0400 Subject: [PATCH] Update pacsat-run.sh add killall aplay to avoid RTL failure --- groundstation/pacsat-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/pacsat-run.sh b/groundstation/pacsat-run.sh index 89e0252c..aec526b0 100755 --- a/groundstation/pacsat-run.sh +++ b/groundstation/pacsat-run.sh @@ -13,6 +13,8 @@ sudo killall -9 zenity &>/dev/null sudo killall -9 direwolf &>/dev/null +sudo killall -9 aplay &>/dev/null + #FILE=/home/pi/.pacsatprofile #if [ ! -f "$FILE" ]; then