fix: detectar presencia de Xauthority
This commit is contained in:
parent
ac4bd0a57a
commit
4149df450a
1 changed files with 1 additions and 1 deletions
2
haini.sh
2
haini.sh
|
@ -71,7 +71,7 @@ correr() {
|
||||||
--unshare-cgroup-try \
|
--unshare-cgroup-try \
|
||||||
--bind "$ENTORNO" / \
|
--bind "$ENTORNO" / \
|
||||||
--bind "$ROOT" /Sutty \
|
--bind "$ROOT" /Sutty \
|
||||||
--ro-bind ~/.Xauthority /home/suttier/.Xauthority \
|
$(test -f ~/.Xauthority && echo "--ro-bind ~/.Xauthority /home/suttier/.Xauthority") \
|
||||||
--ro-bind /etc/hosts /etc/hosts \
|
--ro-bind /etc/hosts /etc/hosts \
|
||||||
--ro-bind /etc/resolv.conf /etc/resolv.conf \
|
--ro-bind /etc/resolv.conf /etc/resolv.conf \
|
||||||
--ro-bind /etc/localtime /etc/localtime \
|
--ro-bind /etc/localtime /etc/localtime \
|
||||||
|
|
Loading…
Reference in a new issue