better startup

This commit is contained in:
kepler155c@gmail.com 2017-09-25 17:10:24 -04:00
parent fcb6fbf8c1
commit fcfe2bc86c
1 changed files with 2 additions and 4 deletions

View File

@ -46,8 +46,6 @@ end
fs.loadTab('usr/etc/fstab')
local args = { ... }
if #args == 0 then
args = { 'sys/apps/shell', 'sys/apps/multishell' }
end
args[1] = args[1] or 'sys/apps/multishell'
run(table.unpack(args))
run('sys/apps/shell', table.unpack(args))