From 3a0a07d0eac82337f397d6e33d07ea35785e53cb Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sat, 17 Feb 2018 03:13:05 +0000 Subject: [PATCH] stand/lua: Enable menu autoboot; it seems to work --- stand/lua/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua index 8619d70bb4f9..23eb1f774c31 100644 --- a/stand/lua/menu.lua +++ b/stand/lua/menu.lua @@ -264,7 +264,7 @@ function menu.run(m) screen.defcursor(); local alias_table = drawer.drawscreen(m); --- menu.autoboot(); + menu.autoboot(); cont = true; while cont do