diff --git a/lgsm/functions/info_distro.sh b/lgsm/functions/info_distro.sh index ea345d0a3..764d6986d 100644 --- a/lgsm/functions/info_distro.sh +++ b/lgsm/functions/info_distro.sh @@ -83,7 +83,7 @@ if [ -n "${oldfree}" ]; then physmemcached="n/a" else physmemavailable=$(free ${humanreadable} | awk '/Mem:/ {print $7}') - physmemcached=$(free ${humanreadable} | awk '/Mem:/ {print $5}') + physmemcached=$(free ${humanreadable} | awk '/Mem:/ {print $6}') fi swaptotal=$(free ${humanreadable} | awk '/Swap:/ {print $2}')