Confirm jicofo recognizing jibri online
This commit is contained in:
parent
5252c1f76b
commit
4e18b96856
|
@ -200,3 +200,8 @@ read -n 1 -s -r -p "Press any key to continue..."$'\n'
|
||||||
|
|
||||||
restart_services_jibri
|
restart_services_jibri
|
||||||
systemctl status jibri
|
systemctl status jibri
|
||||||
|
|
||||||
|
if [ -f /var/log/jitsi/jicofo.log ]; then
|
||||||
|
echo -e "Checking for jicofo recognizing \"Live\" jibri node..."
|
||||||
|
tail -n 10 | grep Live
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue