Sfoglia il codice sorgente

mount() now asks for the right addresses

pull/1/head
XeonSquared 4 anni fa
parent
commit
9eec6bf193
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      lib/shutil.lua

+ 1
- 0
lib/shutil.lua Vedi File

@@ -87,6 +87,7 @@ function shutil.mount(addr,path)
if not addr then
local mt = fs.mounts()
for k,v in pairs(mt) do
v = "/"..table.concat(fs.segments(v),"/")
print(tostring(fs.address(v)).." on "..tostring(v).." type "..fs.type(v))
end
else


Loading…
Annulla
Salva