Finaly the Updbooster should work now

This commit is contained in:
Maniacikarus
2008-09-14 13:22:55 +02:00
parent 8493b4f5ae
commit c69191276c
3 changed files with 15 additions and 12 deletions

View File

@@ -361,7 +361,7 @@ sub check_cache
&debuglog("File exists in cache and is up to date");
&debuglog("Retrieving file from cache ($updsource)");
&setcachestatus("$updcachedir/$vendorid/$uuid/access.log",time);
system("$apphome/bin/setperms $vendorid/$uuid/access.log");
system("chown nobody.squid $vendorid/$uuid/access.log");
$cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendorid/$uuid/$updfile";
}
else