update for new location

This commit is contained in:
Peter Bhat Harkins 2023-12-19 10:56:45 -06:00
parent cdde144b0d
commit 9ed75818fb
1 changed files with 2 additions and 2 deletions

View File

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