mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue