clear other (?) json/page cache (#1219)

This commit is contained in:
Peter Bhat Harkins 2023-12-30 10:22:14 -06:00
parent 0a3c782eec
commit ac3b88c72a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
find /srv/lobste.rs/http/tmp/cache/ -type f -not -mmin 2 -not -name ".gitkeep" -delete
find /srv/lobste.rs/http/tmp/cache/ -type f -not -mmin 2 -delete
find /srv/lobste.rs/http/public/cache/ -type f -not -mmin 2 -delete