Skip to content

Commit

Permalink
Merge pull request #62 from mike-nguyen/master
Browse files Browse the repository at this point in the history
rhcos-toolbox: use interactive flag for exec
  • Loading branch information
yuqi-zhang committed Feb 10, 2020
2 parents 5a91d33 + 1e50d9d commit 2a72ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhcos-toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ container_exec() {
--env LANG="$LANG" \
--env TERM="$TERM" \
--tty \
--interactive \
"$TOOLBOX_NAME" \
"$@"
}
Expand Down

0 comments on commit 2a72ddb

Please sign in to comment.