Update sdr.sh add --password-store=basic to avoid keychain prompt in Chromium

pull/428/head
Alan Johnston 6 days ago committed by GitHub
parent e48df7ce5e
commit 2b9c828d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,7 +59,7 @@ sudo systemctl restart openwebrx
sleep 10 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 sleep 10

Loading…
Cancel
Save

Powered by TurnKey Linux.