From 001c7427952d228787d246cba70de91a6ff837bd Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 9 Oct 2020 02:46:43 -0500 Subject: [PATCH] Rewrite sentence --- add-jibri-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-jibri-node.sh b/add-jibri-node.sh index ecf2c37..6e6e121 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -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