mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 00:00:14 +00:00
Merge branch 'development'
Conflicts: gravity.sh
This commit is contained in:
commit
bb66d559e7
2 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ function gravity_Whitelist() {
|
|||
echo ":::"
|
||||
# Prevent our sources from being pulled into the hole
|
||||
plural=; [[ "${sources[@]}" != "1" ]] && plural=s
|
||||
echo -n "::: Adding ${#sources[@]} ad list source${plural} to the whitelist..."
|
||||
echo -n "::: Adding ${#sources[@]} adlist source${plural} to the whitelist..."
|
||||
|
||||
urls=()
|
||||
for url in "${sources[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue