Rewrite sentence

This commit is contained in:
Luis Guzmán 2020-10-09 02:46:43 -05:00
parent f25b238a40
commit 001c742795
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,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 "Since this is a Jibri node there is no point on having the necessary resources."
echo "Since this is a Jibri node installation there is no point on not having the necessary resources."
echo "We highly advice to increase the resources in order to install this Jibri node."
while [[ "$CONTINUE_LOW_RES" != "yes" && "$CONTINUE_LOW_RES" != "no" ]]
do