diff --git a/root/usr/bin/wrapped-chrome b/root/usr/bin/wrapped-chrome index e0fcc5a..14603b5 100755 --- a/root/usr/bin/wrapped-chrome +++ b/root/usr/bin/wrapped-chrome @@ -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