diff --git a/haini.sh b/haini.sh index 1f271fb..4e32dab 100755 --- a/haini.sh +++ b/haini.sh @@ -71,7 +71,7 @@ correr() { --unshare-cgroup-try \ --bind "$ENTORNO" / \ --bind "$ROOT" /Sutty \ - $(test -f ~/.Xauthority && echo "--ro-bind ~/.Xauthority /home/suttier/.Xauthority") \ + $(test -f ~/.Xauthority && echo "--ro-bind /home/$USER/.Xauthority /home/suttier/.Xauthority") \ --ro-bind /etc/hosts /etc/hosts \ --ro-bind /etc/resolv.conf /etc/resolv.conf \ --ro-bind /etc/localtime /etc/localtime \