Skip to content

Commit

Permalink
--runx: fix XAUHORITY copy #219
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Mar 19, 2020
1 parent f40bc0c commit b52e08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -3487,8 +3487,8 @@ create_xinitrc() { # create xinitrc: set up X environment, create c
[ "$Xauthentication" = "yes" ] && {
echo "# cookie generated by runx"
echo 'debugnote "xinitrc: Option --runx: Using cookie: $XAUTHORITY"'
echo "cp -T '\$XAUTHORITY' '$Xclientcookie'"
echo "cp -T '\$XAUTHORITY' '$Xservercookie'"
echo "cp -T \"\$XAUTHORITY\" '$Xclientcookie'"
echo "cp -T \"\$XAUTHORITY\" '$Xservercookie'"
echo "debugnote \"xinitrc: Cookie: \$(xauth -f $Xclientcookie list 2>&1)\""
}
echo "export $Newxenv"
Expand Down

0 comments on commit b52e08d

Please sign in to comment.