From 60dcff3265e789d7bcdf7158aa088a46a324e876 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 5 Sep 2020 15:22:37 -0500 Subject: [PATCH] update comment --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 4ae492a..d60b699 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -820,7 +820,7 @@ fi # Disable "Blur my background" until new notice sed -i "s|'videobackgroundblur', ||" $INT_CONF -#Setup prosody conf file================================== +#================== Setup prosody conf file ================= #Setup secure rooms SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1) @@ -838,7 +838,7 @@ VirtualHost "guest.$DOMAIN" lobby_muc = "lobby.$DOMAIN" main_muc = "conference.$DOMAIN" muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" } - + modules_enabled = { "speakerstats"; "conference_duration";