Make sure that we only process the same url once
This commit is contained in:
parent
e66b06503d
commit
237ed1303d
|
@ -80,7 +80,7 @@ done
|
|||
|
||||
cat /config/hashtag-urls.txt >> /config/urls.txt
|
||||
|
||||
cat /config/urls.txt | while read -r url
|
||||
sort -u /config/urls.txt | while read -r url
|
||||
do
|
||||
echo "[INFO] Opening $url to stream"
|
||||
sleep $streamDelay
|
||||
|
|
Loading…
Reference in New Issue