remove a commit in whitelist

This commit is contained in:
Tommy Huff 2016-10-20 10:19:03 -04:00
parent 15d68467a1
commit e1c56bcbfe

View file

@ -99,8 +99,6 @@ RemoveDomain(){
fi
else
echo "$1" | sed 's/\./\\./g' | xargs -I {} perl -i -ne'print unless /'{}'(?!.)/;' ${whitelist}
#reload gravity to pickup any entries this may have removed
pihole -g
fi
}