From 32d3a6a2c684869b62f1d2a2d5ac7991a30e2587 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 8 Aug 2020 03:44:37 -0500 Subject: [PATCH] Update Readme Fix evaluation --- README.md | 2 ++ quick_jibri_installer.sh | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38c5d58..df2d7e5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Please check more details on our wiki. * Customized brandless mode * Improved recurring updater * (New) Grafana Dashboard +* (New) Lobby Rooms +* (New) Conference Duration ## Optional custom changes diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index bcabca9..fb5f989 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -140,7 +140,7 @@ else fi #Suggest 18.04 LTS release over 16.04 if [ "$DIST" = "xenial" ]; then -echo "$(lsb_release -sc), even when it's compatible and functional. +echo " > $(lsb_release -sc), even when it's compatible and functional. We suggest to use the next (LTS) release, for longer support and security reasons." read -n 1 -s -r -p "Press any key to continue..."$'\n' fi @@ -466,8 +466,8 @@ fi done #Jigasi if [ "$(curl -s -o /dev/null -w "%{http_code}" $GC_SDK_REL_FILE )" == "404" ]; then - echo "> Sorry Google SDK doesn't have support yet for $(lsb_release -sd)," - echo "thus, Jigasi Transcript can't be enable." + echo "> Sorry Google SDK doesn't have support yet for $(lsb_release -sd), + thus, Jigasi Transcript can't be enable." elif [ "$(curl -s -o /dev/null -w "%{http_code}" $GC_SDK_REL_FILE )" == "200" ]; then while [[ "$ENABLE_TRANSCRIPT" != "yes" && "$ENABLE_TRANSCRIPT" != "no" ]] do @@ -803,7 +803,7 @@ if [ "$ENABLE_SA" = "yes" ] && [ -f $WS_CONF ]; then sed -i "/RANDOM_AVATAR_URL_SUFFIX/ s|false|\'.png\'|" $INT_CONF fi #nginx -tlsv1/1.1 -if [ "$DROP_TLS1" = "yes" ] && [ ! "$DIST" = "xenial" ];then +if [ "$DROP_TLS1" = "yes" ] && [ "$DIST" != "xenial" ];then echo "Dropping TLSv1/1.1 in favor of v1.3" sed -i "s|TLSv1 TLSv1.1|TLSv1.3|" /etc/nginx/nginx.conf #sed -i "s|TLSv1 TLSv1.1|TLSv1.3|" $WS_CONF