mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 01:07:40 +00:00
major directory reorganize
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user