diff --git a/lug-helper.sh b/lug-helper.sh index 989b737..5bb996c 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -901,7 +901,7 @@ winetricks_check() { # Check system memory and swap space memory_check() { - # Get totals in KB + # Get totals in bytes memtotal="$(LC_NUMERIC=C awk '/MemTotal/ {printf $2}' /proc/meminfo)" swaptotal="$(LC_NUMERIC=C awk '/SwapTotal/ {printf $2}' /proc/meminfo)" memtotal="$(($memtotal * 1024))"