diff --git a/entrypoint.sh b/entrypoint.sh index c001f54..03860be 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -86,7 +86,7 @@ fi CURRENT_DIR="$(cd "$(dirname "$0")" && pwd)" cd $CURRENT_DIR -export XXH_HOME=`dirname -m $CURRENT_DIR/../../../../p` +export XXH_HOME=`readlink -f $CURRENT_DIR/../../../..` export XDG_CONFIG_HOME=$XXH_HOME/.config #export HISTORY_FILE=$XXH_HOME/.your_portable_shell_history