fix: $HOME

This commit is contained in:
f 2022-12-01 14:15:01 -03:00
parent 01a1eca869
commit c23ce4b2cc

View file

@ -71,7 +71,7 @@ correr() {
--unshare-cgroup-try \
--bind "$ENTORNO" / \
--bind "$ROOT" /Sutty \
$(test -f ~/.Xauthority && echo "--ro-bind /home/$USER/.Xauthority /home/suttier/.Xauthority") \
$(test -f ~/.Xauthority && echo "--ro-bind $HOME/.Xauthority /home/suttier/.Xauthority") \
--ro-bind /etc/hosts /etc/hosts \
--ro-bind /etc/resolv.conf /etc/resolv.conf \
--ro-bind /etc/localtime /etc/localtime \