cleanup singletons on every launch

This commit is contained in:
thelamer
2024-01-08 10:12:34 -08:00
parent f2f06f618c
commit 38e474cb89

View File

@@ -2,6 +2,9 @@
BIN=/usr/bin/chromium
# Cleanup
rm -f $HOME/.config/chromium/Singleton*
# Run normally on privved containers or modified un non priv
if grep -q 'Seccomp:\t0' /proc/1/status; then
${BIN} \