1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-18 01:07:40 +00:00

major directory reorganize

This commit is contained in:
kepler155c@gmail.com
2017-05-20 19:05:00 -04:00
parent c8147ef9e8
commit 2266cd9873
16 changed files with 32 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ local function telnetHost(socket, termInfo)
wrapTerm(socket, termInfo)
local shellThread = process:newThread('shell_wrapper', function()
os.run(getfenv(1), '/apps/shell')
os.run(getfenv(1), 'sys/apps/shell')
socket:close()
end)