Make sure that we only process the same url once

This commit is contained in:
Christian Bolstad 2023-01-14 13:51:31 +01:00
parent e66b06503d
commit 237ed1303d
1 changed files with 1 additions and 1 deletions

View File

@ -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