mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-20 21:08:12 -06:00
Trying to fix it. 2.0.3
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user