mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-24 06:05:36 +02:00
update bin wrapper to pass cli options
This commit is contained in:
parent
24f8a75d0a
commit
fa5b11ad0d
@ -4,7 +4,7 @@ BIN=/usr/bin/chromium
|
|||||||
|
|
||||||
# Run normally on privved containers or modified un non priv
|
# Run normally on privved containers or modified un non priv
|
||||||
if grep -q 'Seccomp: 0' /proc/1/status; then
|
if grep -q 'Seccomp: 0' /proc/1/status; then
|
||||||
${BIN} --password-store=basic
|
${BIN} --password-store=basic "$@"
|
||||||
else
|
else
|
||||||
${BIN} --password-store=basic --no-sandbox --test-type
|
${BIN} --password-store=basic --no-sandbox --test-type "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user