1
0
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:
Promofaux 2016-01-24 22:30:12 +00:00
parent 5d040f45c8
commit 6b76270889

View File

@ -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...."