diff --git a/x11docker b/x11docker index 4e4bb947..87426c06 100755 --- a/x11docker +++ b/x11docker @@ -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 @@ -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 "