1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 23:20:56 +00:00

Merge branch 'promoTweaksTheSecond' into EnableOrDisable

This commit is contained in:
Tommy Huff 2016-10-20 09:55:22 -04:00
commit 9427b1e594

View File

@ -99,6 +99,8 @@ 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
}