Trying to fix. Version 2.0.4

This commit is contained in:
2024-02-15 04:07:06 +00:00
parent 3cee54d519
commit d8a291c82d
3 changed files with 3 additions and 6 deletions

View File

@ -13,9 +13,6 @@ 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