From a9ece0f51fca4c8159e9cb72e8bc857c72ebd3b3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 3 Jul 2021 16:09:10 -0400 Subject: [PATCH] sleep 10 --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index bbdb5923..27aa41c7 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -29,7 +29,7 @@ sudo systemctl stop rtl_tcp sudo systemctl restart openwebrx -sleep 5 +sleep 10 chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null &