diff --git a/entrypoint.sh b/entrypoint.sh index 67d3893..95f41cf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,6 +48,8 @@ fi CURRENT_DIR="$(cd "$(dirname "$0")" && pwd)" cd $CURRENT_DIR +export XXH_HOME=`realpath -m $CURRENT_DIR/../../../../` + # # Run the portable shell #