From cab780e71cb88c87ccc67e92ef9865a610b15b1d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 11 Aug 2020 02:46:31 -0500 Subject: [PATCH] Disable localrecording mostly unused --- quick_jibri_installer.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index fb292c3..9761605 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -431,16 +431,16 @@ elif [ "$ENABLE_SA" = "yes" ]; then echo "Static avatar will be enabled" fi done -#Enable local audio recording -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 +# #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" ]] do