diff --git a/lib/system.pm b/lib/system.pm index 8e6a440..24a4908 100644 --- a/lib/system.pm +++ b/lib/system.pm @@ -232,7 +232,7 @@ sub system_update { } if(/^Inactive:\s+(\d+) kB$/) { $minac = $1; - last; + next; } if(/^SReclaimable:\s+(\d+) kB$/) { $srecl = $1;