Skip to content

Commit

Permalink
--backend=proot: fix --interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Mar 1, 2022
1 parent 929c98e commit a6557fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Run 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="7.1.2"
Version="7.1.3-beta-1"

# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups.
grep -q -- "--enforce-i" <<< "$*" && case $- in
Expand Down Expand Up @@ -5898,11 +5898,13 @@ $Runasroot
}

echo "
set -x
rocknroll || exit 64
storeinfo containerrootrc=ready # signal for containerrc
#exec 1>&5 2>&6
"
[ "$Interactive" = "yes" ] || echo "

[ "$Interactive" = "yes" ] && echo "
exec 1>&5 2>&6
"

Expand Down

0 comments on commit a6557fc

Please sign in to comment.