From 174d41e123c2d2800566e65d97e23cf0c35012e9 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 9 Sep 2020 02:35:17 -0500 Subject: [PATCH] Fix typo --- 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 d60b699..db4e8e1 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -176,7 +176,7 @@ if [ "$CPU_MIN" = "Y" ] && [ "$MEM_MIN" = "Y" ];then " else echo "CPU ($(nproc --all))/RAM ($((mem_available/1024)) MiB) does NOT meet minimum recommended requirements!" - echo "Even when you can use the videconference sessions, we advice to increase the resoruces in order to user Jibri." + echo "Even when you can use the videconference sessions, we advice to increase the resources in order to user Jibri." while [[ "$CONTINUE_LOW_RES" != "yes" && "$CONTINUE_LOW_RES" != "no" ]] do read -p "> Do you want to continue?: (yes or no)"$'\n' -r CONTINUE_LOW_RES