Quellcode durchsuchen

mount() now asks for the right addresses

pull/1/head
XeonSquared vor 4 Jahren
Ursprung
Commit
9eec6bf193
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      lib/shutil.lua

+ 1
- 0
lib/shutil.lua Datei anzeigen

@@ -87,6 +87,7 @@ function shutil.mount(addr,path)
if not addr then if not addr then
local mt = fs.mounts() local mt = fs.mounts()
for k,v in pairs(mt) do 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)) print(tostring(fs.address(v)).." on "..tostring(v).." type "..fs.type(v))
end end
else else


Laden…
Abbrechen
Speichern