From 1718899cc9c39c59800b08efb17307b16b878d97 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 11 Aug 2021 15:05:16 -0400 Subject: [PATCH] run with setsid and close window --- groundstation/sdr.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 27aa41c7..719b42ef 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -31,6 +31,8 @@ sudo systemctl restart openwebrx sleep 10 -chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & +setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8073 &>/dev/null & -$SHELL +sleep 10 + +#$SHELL