reverse logic

This commit is contained in:
thelamer 2025-06-18 11:16:10 -04:00
parent ae2e05f8c5
commit dc532dd3a0

View File

@ -3,7 +3,7 @@
BIN=/usr/bin/google-chrome
# Cleanup
if ! pgrep chrome > /dev/null;then
if pgrep chrome > /dev/null;then
rm -f $HOME/.config/google-chrome/Singleton*
fi