mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
Fixed warning in updxlrator
Since we are not running squid as root a chown to nodoby will result in a warning
This commit is contained in:
@@ -360,7 +360,6 @@ 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("chown nobody.squid $vendorid/$uuid/access.log");
|
||||
$cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendorid/$uuid/$updfile";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user