Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exec.CombinedOutput should not be used here because: - it redirects cmd Stdout and Stderr and we want it to be the tty - it calls cmd.Run which we already did Also, make sure we don't leave a zombie running, by calling Wait() Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information