Disable the privacy notice page on first start.
This commit is contained in:
parent
f7c185ea27
commit
b18027ec44
4 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,6 @@ set -e # Exit immediately if a command exits with a non-zero status.
|
|||
set -u # Treat unset variables as an error.
|
||||
|
||||
export HOME=/config
|
||||
mkdir -p /config/profile
|
||||
|
||||
/usr/bin/firefox --version
|
||||
exec /usr/bin/firefox --profile /config/profile --setDefaultBrowser >> /config/log/firefox/output.log 2>> /config/log/firefox/error.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue