mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-24 08:07:21 +00:00
Merge pull request #52 from gao-feng/tty
request to setup tty for exec by default
This commit is contained in:
@@ -1029,6 +1029,7 @@ realloc:
|
||||
goto out;
|
||||
}
|
||||
|
||||
exec->tty = 1;
|
||||
exec->ptyfd = -1;
|
||||
exec->stdinfd = -1;
|
||||
exec->stdoutfd = -1;
|
||||
|
||||
Reference in New Issue
Block a user