Signed-off-by: Stefan Schantl <[email protected]>
---
 config/urlfilter/autoupdate.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/urlfilter/autoupdate.pl b/config/urlfilter/autoupdate.pl
index 05db6e339..f051fec42 100644
--- a/config/urlfilter/autoupdate.pl
+++ b/config/urlfilter/autoupdate.pl
@@ -119,12 +119,12 @@ unless ($blacklist_url eq '')
                        &cleanupdbdir();
                        system("cp -r $target/blacklists/* $dbdir");
 
-                       system("chown -R nobody.nobody $dbdir");
+                       system("chown -R nobody:nobody $dbdir");
 
                        &setpermissions ($dbdir);
 
                        system("touch $updflagfile");
-                       system("chown nobody.nobody $updflagfile");
+                       system("chown nobody:nobody $updflagfile");
 
                        system("/etc/init.d/squid restart");
 
-- 
2.47.3


Reply via email to