1
0
Fork 0

Merge pull request #3 from raynormast/dev

Fixed URL
This commit is contained in:
raynormast 2022-12-18 19:56:56 -05:00 committed by GitHub
commit e877becdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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