1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 22:28:06 +00:00

fix menu separators + sys dir restructure

This commit is contained in:
kepler155c@gmail.com
2019-03-31 15:16:45 -04:00
parent 19159730a4
commit 737ac095de
25 changed files with 16 additions and 13 deletions

View File

@@ -279,7 +279,7 @@ local function init(...)
local runLevel = #args > 0 and 6 or 7
print('Starting Opus OS')
local dir = 'sys/extensions'
local dir = 'sys/init'
local files = fs.list(dir)
table.sort(files)
for _,file in ipairs(files) do