From 9eec6bf193f60754cd1b44e1daee683f1aa450d7 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 26 Mar 2020 17:41:25 +1100 Subject: [PATCH] mount() now asks for the right addresses --- lib/shutil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shutil.lua b/lib/shutil.lua index b2c436f..bb7e369 100644 --- a/lib/shutil.lua +++ b/lib/shutil.lua @@ -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