From 18263eb3cdbcda1b3b5492d2518cb6ecb74c3aad Mon Sep 17 00:00:00 2001 From: anki-code Date: Sat, 28 Mar 2020 08:51:43 +0300 Subject: [PATCH] 0.6.22 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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