mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
dansguardian: minor fix in init script
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
committed by
Luka Perkov
parent
ae6f5aef85
commit
2a9ddbcc54
@@ -102,7 +102,7 @@ start_service() {
|
||||
mkdir -p $(dirname $CONFIGFILE)
|
||||
ln -sf $config_file $(dirname $CONFIGFILE)
|
||||
|
||||
echo "accessdeniedaddress = " $accessdeniedaddress >> $CONFIGFILE
|
||||
echo "accessdeniedaddress = " $accessdeniedaddress > $CONFIGFILE
|
||||
echo "bannediplist = " $bannediplist >> $CONFIGFILE
|
||||
echo "contentscanexceptions = " $contentscanexceptions >> $CONFIGFILE
|
||||
echo "contentscannertimeout = " $contentscannertimeout >> $CONFIGFILE
|
||||
|
||||
Reference in New Issue
Block a user