From 96b15262f577ffc02ffd610f7964fda45b975fb9 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 16 Feb 2021 14:49:45 -0500 Subject: [PATCH] You saw nothing. *jedi mind wipe* --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index cf329e3..0bbbd83 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -641,7 +641,7 @@ filelimit_check() { # Check total system memory memory_check() { memtotal="$(awk '/MemTotal/ {printf "%.1f \n", $2/1024/1024}' /proc/meminfo)" - if awk 'BEGIN {exit !("$memtotal" < 15)}'; then + if awk 'BEGIN {exit !("$memtotal" > 15)}'; then preflight_pass+=("Your system has $memtotal GB of memory.") else preflight_fail+=("Your system has $memtotal GB of memory.\nWe recommend at least 16 GB to avoid crashes.")