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