From 93878dd740e171a1c725481c21ddcc2a836a81f5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 30 Jun 2025 07:21:17 -0400 Subject: [PATCH] Update sdr.sh kill rtl_fm twice --- groundstation/sdr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 016f4f20..4603b153 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -46,6 +46,8 @@ sudo killall -9 zenity &>/dev/null sudo systemctl stop rtl_tcp +sudo killall -9 rtl_fm &>/dev/null + sudo systemctl restart openwebrx sleep 10