mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
|
Reference in New Issue
Block a user