Disable localrecording mostly unused

This commit is contained in:
Luis Guzmán 2020-08-11 02:46:31 -05:00
parent 4fe035c986
commit cab780e71c
1 changed files with 10 additions and 10 deletions

View File

@ -431,16 +431,16 @@ elif [ "$ENABLE_SA" = "yes" ]; then
echo "Static avatar will be enabled" echo "Static avatar will be enabled"
fi fi
done done
#Enable local audio recording # #Enable local audio recording - disabling
while [[ "$ENABLE_LAR" != "yes" && "$ENABLE_LAR" != "no" ]] #while [[ "$ENABLE_LAR" != "yes" && "$ENABLE_LAR" != "no" ]]
do #do
read -p "> Do you want to enable local audio recording option?: (yes or no)"$'\n' -r ENABLE_LAR #read -p "> Do you want to enable local audio recording option?: (yes or no)"$'\n' -r ENABLE_LAR
if [ "$ENABLE_LAR" = "no" ]; then #if [ "$ENABLE_LAR" = "no" ]; then
echo "Local audio recording option won't be enabled" # echo "Local audio recording option won't be enabled"
elif [ "$ENABLE_LAR" = "yes" ]; then #elif [ "$ENABLE_LAR" = "yes" ]; then
echo "Local audio recording option will be enabled" # echo "Local audio recording option will be enabled"
fi #fi
done #done
#Secure room initial user #Secure room initial user
while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]] while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]]
do do