Confirm jicofo recognizing jibri online

This commit is contained in:
Luis Guzmán 2020-10-28 15:02:03 -06:00
parent 5252c1f76b
commit 4e18b96856
1 changed files with 5 additions and 0 deletions

View File

@ -200,3 +200,8 @@ read -n 1 -s -r -p "Press any key to continue..."$'\n'
restart_services_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