dansguardian: minor fix in init script

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
Marko Ratkaj 2015-01-28 11:17:03 +01:00 committed by Luka Perkov
parent ae6f5aef85
commit 2a9ddbcc54
1 changed files with 1 additions and 1 deletions

View File

@ -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