Skip to content

Commit

Permalink
Added cPanel File Manager temp files
Browse files Browse the repository at this point in the history
Added command to delete cPanel File Manager temp files
  • Loading branch information
djprmf committed Feb 9, 2017
1 parent 2e5e89b commit ed64a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpanel-disk-cleaner
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ rm -rf /home/core.*
rm -rf /home/cpeasyapache
# Remove old MySQL install files
rm -rf /home/MySQL-install
# Remove cPanel File Manager temp files
rm -fv /home/*/tmp/Cpanel_*

# This will clean all the backup files generated under the users accounts.
# Useful if the backup feature in cPanel is enabled and users are not deleting old backups
Expand Down

0 comments on commit ed64a96

Please sign in to comment.