gc.sh: remove stale htmlcache .lock files
commit2c6d1ee7abadfcd2098655ef246a6026db134d1b
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 22:56:34 +0000 (24 15:56 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 22:56:34 +0000 (24 15:56 -0700)
tree32633ec4e1b6df594e165108e15a699e6050d7e5
parent168766b6bf5442533cc25e94d340b5fa4b56416d
gc.sh: remove stale htmlcache .lock files

There should never be any.  Unless the page cache generation
experienced a catastrophic failure right in the middle of
generating a cached page.  In which case that page will never
be cached again until we get rid of the .lock file.

So remove any htmlcache *.lock files over an hour old
at gc time just in case.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh