From 7ed4505519f0c05565d5f91713b961c217024d76 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 16:35:50 -0500 Subject: [PATCH] Gramar fix --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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