mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-12 08:14:58 +02:00
update wrapper with broader compatibility
This commit is contained in:
parent
ca02c903f6
commit
1fa4b69057
@ -8,7 +8,7 @@ if ! pgrep chromium > /dev/null;then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run normally on privved containers or modified un non priv
|
# Run normally on privved containers or modified un non priv
|
||||||
if grep -q 'Seccomp:\t0' /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 "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user