update script from debugging

This commit is contained in:
thelamer
2024-01-08 10:28:33 -08:00
parent 38e474cb89
commit 743be148ad
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
BIN=/usr/bin/chromium
# Cleanup
rm -f $HOME/.config/chromium/Singleton*
if ! pgrep chromium > /dev/null;then
rm -f $HOME/.config/chromium/Singleton*
fi
# Run normally on privved containers or modified un non priv
if grep -q 'Seccomp:\t0' /proc/1/status; then