diff --git a/bashrc.sh b/bashrc.sh index bc81cfd..82e0e70 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -6,7 +6,7 @@ if [ -f /etc/bashrc ]; then fi if [ -f '/run/.toolboxenv' ]; then - export LOCATION="Toolbox: $(cat /run/.containerenv | grep name | cut -d '=' -f 2)" + export LOCATION="Toolbox: $(cat /run/.containerenv | grep name | cut -d '=' -f 2 | tr -d '"')" else export LOCATION="Host: $(hostname)" fi