From 8af09cad82d0353cbc28eff0ff482741a54fa5e0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 3 Jul 2021 16:07:15 -0400 Subject: [PATCH] added sleep 5 after openwebrx restart before launching chromium --- groundstation/sdr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 46e8593e..bbdb5923 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -29,6 +29,8 @@ sudo systemctl stop rtl_tcp sudo systemctl restart openwebrx +sleep 5 + chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & $SHELL