Skip to content

Commit

Permalink
Remove quotes from the uniqDomains array to actually whitelist the so…
Browse files Browse the repository at this point in the history
…urces

Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
Adam Warner committed Dec 16, 2017
1 parent e3fa06d commit 761fd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gravity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ gravity_WhitelistBLD() {
echo -ne " ${INFO} ${str}..."

# Whitelist $uniqDomains
"${PIHOLE_COMMAND}" -w -nr -q "${uniqDomains[*]}" &> /dev/null
"${PIHOLE_COMMAND}" -w -nr -q ${uniqDomains[*]} &> /dev/null

echo -e "${OVER} ${TICK} ${str}"
}
Expand Down

0 comments on commit 761fd13

Please sign in to comment.