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

Fix uploads cleanup path

parent 81e6087f
No related branches found
No related tags found
No related merge requests found
Pipeline #54192 passed
#!/bin/sh #!/bin/sh
# Delete old temporary files (uploads etc). # Delete old temporary files (uploads etc).
exec every 3600 find /opt/noblogs/tmp -type f \! -name "1000-*" -mtime +1 -delete exec every 3600 find /tmp -type f \! -name "1000-*" -mtime +2 -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