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

Add another SuperCache GC cron job

parent 92740250
Branches
Tags
No related merge requests found
Pipeline #54417 passed
#!/bin/sh
exec every 3600 find /opt/noblogs/www/wp-content/cache/supercache -mtime +1 -type f -name '*.php' -delete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment