diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index f5a900a..f570aa0 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -356,7 +356,7 @@ 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 being enabled." + 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