quick_jibri_installer.sh: fix jaas & acme integration #90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue