From 62f0aef13ac3a2e94a6646b5732b6bb352e7ab2e Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 23 Oct 2022 23:44:48 -0500 Subject: [PATCH] quick_jibri_installer.sh: fix some readability issues. --- quick_jibri_installer.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 93f8aef..b4c6238 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -199,6 +199,7 @@ if [ "$CPU_MIN" = "Y" ] && [ "$MEM_MIN" = "Y" ];then else printf "CPU (%s)/RAM (%s MiB) does NOT meet minimum recommended requirements!" "$(nproc --all)" "$((mem_available/1024))" printf "\nEven when you can use the videoconferencing sessions, we advice to increase the resources in order to user Jibri.\n\n" +sleep .1 while [ "$CONTINUE_LOW_RES" != "yes" ] && [ "$CONTINUE_LOW_RES" != "no" ] do read -p "> Do you want to continue?: (yes or no)$NL" -r CONTINUE_LOW_RES @@ -206,8 +207,8 @@ else echo " - See you next time with more resources!..." exit elif [ "$CONTINUE_LOW_RES" = "yes" ]; then - printf " - We highly recommend to increase the server resources." - printf " - Otherwise, please think about adding dedicated jibri nodes instead.\n" + printf "\n - We highly recommend to increase the server resources." + printf "\n - Otherwise, please think about adding dedicated jibri nodes instead.\n\n" fi done fi @@ -253,7 +254,7 @@ do This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't." "$de" exit else - printf " > No standard desktop environment for user oriented porpuse detected, continuing...\n\n" + printf " > No standard desktop environment for user oriented porpuse detected, good!, continuing...\n\n" fi done sleep .1