From 5660b7c976729cc2beb64461d27e4c6844811bf2 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 13 May 2021 20:26:29 -0500 Subject: [PATCH] Remove deprecated local recording tool --- jitsi-updater.sh | 6 ------ quick_jibri_installer.sh | 10 ---------- 2 files changed, 16 deletions(-) diff --git a/jitsi-updater.sh b/jitsi-updater.sh index df2be6c..241ad31 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -21,7 +21,6 @@ if [ ! -f jm-bm.sh ]; then fi support="https://switnet.net/support" apt_repo="/etc/apt/sources.list.d" -LOC_REC="TBD" ENABLE_BLESSM="TBD" CHD_LTST="$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE)" CHD_LTST_2D="$(echo $CHD_LTST|cut -d "." -f 1,2)" @@ -160,11 +159,6 @@ else echo "Setting Support custom link" sed -i "s|https://jitsi.org/live|$support|g" $INT_CONF fi - printf "${Purple}========== Disable Localrecording ==========${Color_Off}\n" - if [ "$LOC_REC" != "on" ]; then - echo "Removing localrecording..." - sed -i "s|'localrecording',||" $INT_CONF - fi printf "${Purple}========== Disable Blur my background ==========${Color_Off}\n" sed -i "s|'videobackgroundblur', ||" $INT_CONF fi diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index bd9d43e..fc1f8a4 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -554,16 +554,6 @@ do echo "Static avatar will be enabled" fi done -# #Enable local audio recording - disabling -#while [[ "$ENABLE_LAR" != "yes" && "$ENABLE_LAR" != "no" ]] -#do -#read -p "> Do you want to enable local audio recording option?: (yes or no)"$'\n' -r ENABLE_LAR -#if [ "$ENABLE_LAR" = "no" ]; then -# echo "Local audio recording option won't be enabled" -#elif [ "$ENABLE_LAR" = "yes" ]; then -# echo "Local audio recording option will be enabled" -#fi -#done #Secure room initial user #while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]]