From 690101d41c1081c91ae2a9636c2323cf5d129301 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)