urlfilter.cgi: Fix path to squidGuard binary when converting custom blacklists.

Fixes #10626.
This commit is contained in:
Stefan Schantl
2014-09-20 11:49:39 +02:00
parent 9cc46b56ad
commit 34ebab463b

View File

@@ -935,7 +935,7 @@ if (($besettings{'ACTION'} eq $Lang::tr{'urlfilter install blacklist'}) && ($bes
close FILE;
system("rm -f $dbdir/$besettings{'BE_NAME'}/*.db");
system("/usr/sbin/squidGuard -c $editdir/install.conf -C all");
system("/usr/bin/squidGuard -c $editdir/install.conf -C all");
system("chmod a+w $dbdir/$besettings{'BE_NAME'}/*.db");
&readblockcategories;