mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Remove spinner call when adding URLs of adlist to array.. seems to break it.
This commit is contained in:
parent
5d040f45c8
commit
6b76270889
@ -228,7 +228,7 @@ function gravity_Whitelist() {
|
||||
do
|
||||
tmp=$(echo "$url" | awk -F '/' '{print $3}')
|
||||
urls=("${urls[@]}" $tmp)
|
||||
done & spinner $!
|
||||
done
|
||||
echo " done!"
|
||||
|
||||
echo -n "::: Running whitelist script to update HOSTS file...."
|
||||
|
Loading…
Reference in New Issue
Block a user