From 99b4bc3b711942bb871207fc43be49940b9801df Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Sat, 23 Sep 2017 18:52:09 +1000 Subject: [PATCH] made autorun not crash the system. kinda important --- modules/util/autorun.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/autorun.lua b/modules/util/autorun.lua index d9a8859..9bf056d 100644 --- a/modules/util/autorun.lua +++ b/modules/util/autorun.lua @@ -1 +1 @@ -run("/boot/sys/init.lua") +spawn("autorun",function() log(run("/boot/sys/init.lua")) end)