Merge pull request #572 from pi-hole/development

Dan forgot this : `}`
This commit is contained in:
Adam Warner 2016-07-15 21:13:10 +01:00 committed by GitHub
commit 02b0e96db8

View file

@ -74,6 +74,7 @@ function distroCheck {
TMP=$(cat /etc/*release/ || echo "Failed to find release")
echo "Distribution Version: $TMP" >> $DEBUG_LOG
}
function compareWhitelist {
if [ ! -f "$WHITELISTMATCHES" ]; then