Skip to content

Commit

Permalink
Change to .docker.xauth-n form .docker.xauth
Browse files Browse the repository at this point in the history
  • Loading branch information
xszymonzur committed Nov 10, 2023
1 parent d2edd75 commit 3a3812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo '[-]'
PWD=$(pwd)
HOMEB=/root
XSOCK=/tmp/.X11-unix
XAUTH=/tmp/.docker.xauth
XAUTH=/tmp/.docker.xauth-n
touch ${XAUTH}
xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f ${XAUTH} nmerge -
export TASTE_IN_DOCKER=1
Expand Down

0 comments on commit 3a3812f

Please sign in to comment.