mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-22 07:43:10 +00:00
Make sure that we only process the same url once
This commit is contained in:
parent
e66b06503d
commit
237ed1303d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue