hannesschulze / optimizer

Find out what's eating up your system resources and delete unnecessary files from your disk.
GNU General Public License v3.0
50 stars 11 forks source link

Bug - Cleaner - Deletes Imports Directory #65

Open starvsion opened 5 years ago

starvsion commented 5 years ago

I got optimzer from flathub, and I am using Fedora 30.

When Optimizer deletes application logs, it deletes my nginx, php-fpm, supervisor logs, which is great. But it deletes their folders as well, as a result, these services cannot start, because /var/log/nginx/ does not exist (and these services have their own user and group, so they don't have access right to create a folder in /var/log), so I think the application should only delete files, and leave the directories alone. Thank you.