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
|
do
|
||||||
tmp=$(echo "$url" | awk -F '/' '{print $3}')
|
tmp=$(echo "$url" | awk -F '/' '{print $3}')
|
||||||
urls=("${urls[@]}" $tmp)
|
urls=("${urls[@]}" $tmp)
|
||||||
done & spinner $!
|
done
|
||||||
echo " done!"
|
echo " done!"
|
||||||
|
|
||||||
echo -n "::: Running whitelist script to update HOSTS file...."
|
echo -n "::: Running whitelist script to update HOSTS file...."
|
||||||
|
|
Loading…
Reference in New Issue