From d4255f792c29ecfba312088856497c0fdeb53d73 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 11 Aug 2025 17:20:49 -0400 Subject: [PATCH] fixed removal of settings in cleanup script. --- clean-local.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/clean-local.sh b/clean-local.sh index 60f50a3..4af8ca7 100755 --- a/clean-local.sh +++ b/clean-local.sh @@ -55,10 +55,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then fi # Remove data files - if [[ -d "$HOME/.local/share/cthulhu" ]]; then - rm -rf "$HOME/.local/share/cthulhu" - echo " Removed: ~/.local/share/cthulhu/" - fi # Remove desktop files if [[ -f "$HOME/.local/share/applications/cthulhu-autostart.desktop" ]]; then @@ -106,4 +102,4 @@ else fi echo -echo -e "${GREEN}Cleanup completed!${NC}" \ No newline at end of file +echo -e "${GREEN}Cleanup completed!${NC}"