From 2b9c828d47f43444f8a4abee9559767fff11f7fd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 May 2026 15:38:51 -0400 Subject: [PATCH] Update sdr.sh add --password-store=basic to avoid keychain prompt in Chromium --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 54ddb7a3..11298cd9 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -59,7 +59,7 @@ sudo systemctl restart openwebrx sleep 10 -setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars --app=http://localhost:8073 &>/dev/null & +setsid chromium-browser --password-store=basic --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars --app=http://localhost:8073 &>/dev/null & sleep 10