From 352f4bce7e7bf461afc7fbc0ef44f34f7903ff44 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Dec 2020 10:16:59 -0500 Subject: [PATCH] added update interval 3600 for chromium not chrome --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 0b654282..63a29647 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -27,6 +27,6 @@ sudo systemctl stop rtl_tcp sudo systemctl restart openwebrx -/usr/bin/chromium-browser --noerrdialogs --disable-infobars http://localhost:8073 &>/dev/null & +chromium --check-for-update-interval=3600 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & $SHELL