From 2e883423d3b058e0b078dd092da914b80ef8900d Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 20 Feb 2021 18:05:02 -0500 Subject: [PATCH] Spacing --- lug-helper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 5c76ef9..ae80fd9 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -638,7 +638,6 @@ filelimit_check() { #------------------------- end filelimit functions ---------------------------# - # Check total system memory memory_check() { memtotal="$(awk '/MemTotal/ {printf "%.1f \n", $2/1024/1024}' /proc/meminfo)"