mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-21 23:33:14 +00:00
Fixed URL
This commit is contained in:
parent
8d17d14736
commit
eefa547a13
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ do
|
|||
elif [[ "$line" != *" #"* ]]; then
|
||||
echo "$line didn't have hashtags"
|
||||
host=$line
|
||||
echo "https://$line/api/v1/streaming/local $line" >> /config/urls.txt
|
||||
echo "https://$line/api/v1/streaming/public/local $line" >> /config/urls.txt
|
||||
fi
|
||||
echo $host >> /config/hosts
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue