fix: use /etc/hostname
parent
2c73b1dc8d
commit
ba63cf586c
|
@ -90,11 +90,7 @@ BASH_SHELL_ANY_NETWORK=$parent/any/network
|
|||
export BASH_SHELL_DIRS
|
||||
|
||||
# machine specific shell
|
||||
<<<<<<< HEAD
|
||||
BASH_SHELL_HOST="$parent/$([[ -f /etc/host ]] && cat /etc/host || echo nohostname)
|
||||
=======
|
||||
BASH_SHELL_HOST="$parent/$([[ -f /etc/host ]] && cat /etc/host || echo nohostname)"
|
||||
>>>>>>> d70e9dc (fix handle no /etc/host file like inside docker container)
|
||||
BASH_SHELL_HOST="$parent/$([[ -f /etc/hostname ]] && cat /etc/hostname || echo nohostname)"
|
||||
# BASH_SHELL_HOST=<some directory>
|
||||
# if there is a host directory add it to list and export env var
|
||||
# [[ -d $BASH_SHELL_HOST ]] && BASH_SHELL_DIRS+="$BASH_SHELL_HOST " && export BASH_SHELL_HOST
|
||||
|
|
Loading…
Reference in New Issue