1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

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