From 1c294e0d5c2e775272b721de639059be1b7fdb18 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 28 Aug 2017 00:18:49 -0500 Subject: [PATCH] remove debug message --- slib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/slib.sh b/slib.sh index 5df22e8..26d4472 100644 --- a/slib.sh +++ b/slib.sh @@ -570,7 +570,6 @@ memory_ok () { if [ -z "$min_mem" ]; then min_mem=1048576 fi - echo $min_mem # Check the available RAM and swap mem_total=$(awk '/MemTotal/ {print $2}' /proc/meminfo) swap_total=$(awk '/SwapTotal/ {print $2}' /proc/meminfo)