From 417977afe71a67407fa79214dd6706fc8a2f031a Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 26 Apr 2021 22:08:10 -0500 Subject: [PATCH] Fi grammar --- 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 e6635a9..85da930 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -518,7 +518,7 @@ done #Close page while [[ "$ENABLE_CLOCP" != "yes" && "$ENABLE_CLOCP" != "no" ]] do - read -p "> Do you want to enable the close page on exit the room: (yes or no)"$'\n' -r ENABLE_CLOCP + read -p "> Do you want to enable the close page on room exit: (yes or no)"$'\n' -r ENABLE_CLOCP if [ "$ENABLE_CLOCP" = "yes" ]; then echo "Close page will be enabled." elif [ "$ENABLE_CLOCP" = "no" ]; then