fixed removal of settings in cleanup script.
This commit is contained in:
		| @@ -55,10 +55,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then | |||||||
|     fi |     fi | ||||||
|      |      | ||||||
|     # Remove data files |     # 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 |     # Remove desktop files | ||||||
|     if [[ -f "$HOME/.local/share/applications/cthulhu-autostart.desktop" ]]; then |     if [[ -f "$HOME/.local/share/applications/cthulhu-autostart.desktop" ]]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user