From 3cee54d519e6335380af51739684cc3dfd1beae1 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 15 Feb 2024 03:50:50 +0000 Subject: [PATCH] Trying to fix it. 2.0.3 --- entrypoint.sh | 3 +++ version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a09c284..7dcbae0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,6 +13,9 @@ fi # Otherwise the current container UID may not exist in the passwd database. eval "$(fixuid -q)" +echo "HOME_USER: ${HOME_USER}" +echo "whoami: $(whoami)" + if [ "${HOME_USER-}" ]; then USER="$HOME_USER" if [ "$HOME_USER" != "$(whoami)" ]; then diff --git a/version.txt b/version.txt index f93ea0c..6acdb44 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.0.3 \ No newline at end of file