Tried to fix updx cache permissions

This commit is contained in:
maniacikarus
2009-05-08 11:48:20 +02:00
parent 1a63e5d2b1
commit 2b5b6b9e75
3 changed files with 8 additions and 6 deletions

View File

@@ -106,6 +106,9 @@ case "$1" in
sleep 1
$0 start
;;
setperms)
chown -R nobody.squid /var/updatecache/
;;
*)
echo "Usage: $0 {start|stop|restart|status|flush}"