1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-26 03:54:51 +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

@@ -15,8 +15,8 @@ end
print('Net daemon starting')
for _,file in pairs(fs.list('sys/network')) do
local fn, msg = Util.run(_ENV, 'sys/network/' .. file)
for _,file in pairs(fs.list('sys/apps/network')) do
local fn, msg = Util.run(_ENV, 'sys/apps/network/' .. file)
if not fn then
printError(msg)
end