mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2024-11-16 13:33:17 +00:00
Added some versions chat
This commit is contained in:
parent
5d08d15249
commit
394a19b210
|
@ -61,7 +61,7 @@ peertube_api_get_live_streams()
|
|||
|
||||
peertube_api_get_livechat()
|
||||
{
|
||||
versions_plugin_livechat='5.3.0 5.4.0 5.5.0 5.6.0 5.7.0'
|
||||
versions_plugin_livechat='5.3.0 5.4.0 5.5.0 5.6.0 5.7.0 5.7.1 5.8.0'
|
||||
for version_chat in $versions_plugin_livechat; do
|
||||
link_on_chat="https://$instance/plugins/livechat/$version_chat/router/webchat/room/$1"
|
||||
curl -s --head $link_on_chat | grep "HTTP\/. 200"
|
||||
|
|
Loading…
Reference in a new issue