aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/color.lua
diff options
context:
space:
mode:
Diffstat (limited to 'stand/lua/color.lua')
-rw-r--r--stand/lua/color.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/color.lua b/stand/lua/color.lua
index 364d548ca3dc..4dc16cacb97e 100644
--- a/stand/lua/color.lua
+++ b/stand/lua/color.lua
@@ -56,7 +56,7 @@ function color.isEnabled()
if c ~= nil then
return c:lower() ~= "no" and c ~= "0"
end
- return not core.isSerialBoot()
+ return true
end
function color.escapefg(color_value)