mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Trying to fix it. 2.0.3
This commit is contained in:
parent
f68ef82de3
commit
3cee54d519
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.0.2
|
||||
2.0.3
|
Loading…
Reference in New Issue
Block a user