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)"