mirror of https://github.com/lcpz/lain.git
wiki updated for pull #39
This commit is contained in:
parent
da2c1cb778
commit
6f0c5a59f7
|
@ -50,7 +50,7 @@ function fs:show(t_out)
|
|||
})
|
||||
end
|
||||
|
||||
-- Units definitions
|
||||
-- Unit definitions
|
||||
local unit = { ["mb"] = 1024, ["gb"] = 1024^2 }
|
||||
|
||||
local function worker(args)
|
||||
|
@ -84,8 +84,6 @@ local function worker(args)
|
|||
|
||||
f:close()
|
||||
|
||||
-- chosen partition easy stuff
|
||||
-- you can however check whatever partition else
|
||||
fs_now.used = tonumber(fs_info[partition .. " used_p"]) or 0
|
||||
fs_now.available = tonumber(fs_info[partition .. " avail_p"]) or 0
|
||||
fs_now.size_mb = tonumber(fs_info[partition .. " size_mb"]) or 0
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit bff87f6bb0d1707d0f089a4449082ce43b121275
|
||||
Subproject commit 571b618dce199ba0e349c8c6498f08df45150329
|
Loading…
Reference in New Issue