diff --git a/consumer/startup.lua b/consumer/startup.lua index 0bdae89..8b03140 100644 --- a/consumer/startup.lua +++ b/consumer/startup.lua @@ -2,9 +2,9 @@ shell.execute("wget", "https://git.astrocore.space/root/nova-corp/raw/branch/main/kernel.lua") sleep(1) kernel = require("kernel") - +Monitor.write("Starting system...\n") local function run() Monitor.write("Starting system...\n") end -return { run = run } +-- return { run = run }