mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-24 04:22:53 -05:00
this one works, I tested it
This commit is contained in:
parent
e20123b527
commit
026f2524e6
@ -18,7 +18,7 @@ function fsmanager.start()
|
||||
run = true
|
||||
return os.spawn(function()
|
||||
for addr, _ in component.list("filesystem") do
|
||||
mount(addr)
|
||||
fsmanager.mount(addr)
|
||||
end
|
||||
while run do
|
||||
local tE = {coroutine.yield()}
|
||||
|
Loading…
Reference in New Issue
Block a user