Skip to content
Snippets Groups Projects
Commit d058e1c3 authored by ale's avatar ale
Browse files

Add cleanup cron job

parent 83c35890
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Delete old temporary files (uploads etc).
exec every 3600 find /opt/noblogs/tmp -type f \! -name "1000-*" -mtime +1 -delete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment