From 751a9686f8938b4b0074fdb8452f72f155c80f47 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Jul 2021 15:37:49 -0400 Subject: [PATCH] sleep 2 after stop openwebrx --- groundstation/aprs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/aprs.sh b/groundstation/aprs.sh index a0af0ea8..201f8c7c 100755 --- a/groundstation/aprs.sh +++ b/groundstation/aprs.sh @@ -5,6 +5,8 @@ sudo modprobe snd-aloop sudo systemctl stop openwebrx +sleep 2 + sudo systemctl stop rtl_tcp pkill -o chromium &>/dev/null