1
0
Fork 0

Fixed URL

This commit is contained in:
raynor 2022-12-18 19:56:13 -05:00
parent 8d17d14736
commit eefa547a13
1 changed files with 1 additions and 1 deletions

View File

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