From 7aa52a6dfafbce472eaea71d3697594582f8ea30 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 2 Jun 2026 11:44:34 -0400 Subject: [PATCH] Update pacsat.sh add pkill firefox --- groundstation/pacsat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 85db5762..6d28d815 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -186,6 +186,8 @@ sudo systemctl stop rtl_tcp >/dev/null 2>&1 pkill -o chromium &>/dev/null +pkill -o firefox &>/dev/null + sudo killall -9 rtl_fm &>/dev/null #sudo killall -9 direwolf &>/dev/null