Skip to content

Commit dc532dd

Browse files
committed
reverse logic
1 parent ae2e05f commit dc532dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/usr/bin/wrapped-chrome

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BIN=/usr/bin/google-chrome
44

55
# Cleanup
6-
if ! pgrep chrome > /dev/null;then
6+
if pgrep chrome > /dev/null;then
77
rm -f $HOME/.config/google-chrome/Singleton*
88
fi
99

0 commit comments

Comments
 (0)