Update run.sh

This commit is contained in:
Fred 2021-04-27 08:43:23 +00:00
parent 2d2378443e
commit a48f5cfc6d

2
run.sh
View File

@ -3,7 +3,7 @@ set -vx
# remove previous pid (if exist) after crash
rm /var/run/$HOSTNAME.pid
LIMIT="-cmin +5"
LIMIT="-cmin +1440"
FINDTIME=$(find /var/cache/squid/$HOSTNAME/* -maxdepth 0 -type d $LIMIT)
chown -R squid /var/log/squid