]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
urlfilter.cgi: Fix path to squidGuard binary when converting custom blacklists.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 20 Sep 2014 09:49:39 +0000 (11:49 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 20 Sep 2014 09:49:39 +0000 (11:49 +0200)
Fixes #10626.

html/cgi-bin/urlfilter.cgi

index 9f7e6ff8240356aba1322650c6f8b6076234d7db..78f7b321baede5d97aa12d126e39709e31298735 100644 (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;