Compare commits

...

1 Commits
2.0.2 ... 2.0.3

Author SHA1 Message Date
3cee54d519 Trying to fix it. 2.0.3 2024-02-15 03:50:50 +00:00
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