Skip to content

Commit

Permalink
Clean cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 5, 2024
1 parent 4fa6e07 commit fc2490a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ find $archivedircron -maxdepth 1 -type f -path '*cron*' -mtime +15 -delete
# Now clean miscellaneous files
echo "***** Now clean miscellaneous files"
rm /var/log/repair.lock > /dev/null 2>&1
rm -fr /tmp/cache > /dev/null 2>&1

# Now clean old journalctl files
echo "***** Now clean journal files older than 60 days"
Expand Down

0 comments on commit fc2490a

Please sign in to comment.