Trying to fix it. 2.0.3

This commit is contained in:
Alejandro Lembke Barrientos 2024-02-15 03:50:50 +00:00
parent f68ef82de3
commit 3cee54d519
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ fi
# Otherwise the current container UID may not exist in the passwd database. # Otherwise the current container UID may not exist in the passwd database.
eval "$(fixuid -q)" eval "$(fixuid -q)"
echo "HOME_USER: ${HOME_USER}"
echo "whoami: $(whoami)"
if [ "${HOME_USER-}" ]; then if [ "${HOME_USER-}" ]; then
USER="$HOME_USER" USER="$HOME_USER"
if [ "$HOME_USER" != "$(whoami)" ]; then if [ "$HOME_USER" != "$(whoami)" ]; then

View File

@ -1 +1 @@
2.0.2 2.0.3