mirror of
https://github.com/raynormast/fake-firehose.git
synced 2025-01-03 05:36:26 +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
|
elif [[ "$line" != *" #"* ]]; then
|
||||||
echo "$line didn't have hashtags"
|
echo "$line didn't have hashtags"
|
||||||
host=$line
|
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
|
fi
|
||||||
echo $host >> /config/hosts
|
echo $host >> /config/hosts
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue