From c86737bcf9eb26fbda830ca0e82114e90d10aca0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Dec 2020 10:36:12 -0500 Subject: [PATCH] changed back to chromium-browser and interval to 1 --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 63a29647..4582bbe8 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -27,6 +27,6 @@ sudo systemctl stop rtl_tcp sudo systemctl restart openwebrx -chromium --check-for-update-interval=3600 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & +chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & $SHELL