From 4447de7daf8db5fe412c1fca3964c1c0d1dba154 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 13 May 2021 20:30:55 -0500 Subject: [PATCH] Remove old authenticator selector. --- quick_jibri_installer.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 8a2d03b..9b28477 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -555,18 +555,6 @@ do fi done -#Secure room initial user -#while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]] -#do -#read -p "> Do you want to enable secure rooms?: (yes or no)"$'\n' -r ENABLE_SC -#if [ "$ENABLE_SC" = "no" ]; then -# echo "-- Secure rooms won't be enabled." -#elif [ "$ENABLE_SC" = "yes" ]; then -# echo "-- Secure rooms will be enabled." -# read -p "Set username for secure room moderator: "$'\n' -r SEC_ROOM_USER -# read -p "Secure room moderator password: "$'\n' -r SEC_ROOM_PASS -#fi -#done echo " > Jitsi Meet Auth Method selection. "