Browse Source

corrected cache details

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
4ae143afba
  1. 2
      lgsm/functions/info_distro.sh

2
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}')

Loading…
Cancel
Save