From 4e18b9685634fdd6afa5adb77e618c22e6887f2f Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Wed, 28 Oct 2020 15:02:03 -0600 Subject: [PATCH] Confirm jicofo recognizing jibri online --- tools/jibri-conf-upgrade.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index f80cec9..c559782 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -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