Explorar el Código

mount() now asks for the right addresses

pull/1/head
XeonSquared hace 4 años
padre
commit
9eec6bf193
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      lib/shutil.lua

+ 1
- 0
lib/shutil.lua Ver fichero

@@ -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


Cargando…
Cancelar
Guardar