From 820d68821e370f73019ba0089267f253aa938633 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Jul 2021 15:35:38 -0400 Subject: [PATCH] sleep 2 after stop openwebrx --- groundstation/fox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/fox.sh b/groundstation/fox.sh index 090d7b56..c5c68718 100755 --- a/groundstation/fox.sh +++ b/groundstation/fox.sh @@ -7,6 +7,8 @@ echo sudo systemctl stop openwebrx +sleep 2 + sudo systemctl stop rtl_tcp pkill -o chromium &>/dev/null