1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

solaris-memstat: fix shellcheck issue

This commit is contained in:
Lars Kruse 2018-03-09 06:09:54 +01:00
parent 8fa7e61b43
commit f08727035f

View file

@ -89,7 +89,7 @@ fi
echo "::memstat" | mdb -k | nawk ' echo "::memstat" | mdb -k | nawk '
BEGIN { BEGIN {
pagesize='$(getconf PAGESIZE)' pagesize='"$(getconf PAGESIZE)"'
kernel=0 kernel=0
zfs=0 zfs=0
anon=0 anon=0