From 026f2524e681fb5035467846ef4c493f95c1f35f Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 7 Aug 2023 13:26:42 +1000 Subject: [PATCH] this one works, I tested it --- service/fsmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/fsmanager.lua b/service/fsmanager.lua index 99a27a5..fc2696b 100644 --- a/service/fsmanager.lua +++ b/service/fsmanager.lua @@ -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()}