mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-20 21:08:12 -06:00
Update entrypoint.sh and version.txt to version 3.0.34
This commit is contained in:
@ -75,8 +75,6 @@ fi
|
||||
# Then execute entrypoint.sh
|
||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||
else
|
||||
find /home/${HOME_USER} -not -path "/home/${HOME_USER}/.ssh/*" -not -name ".ssh" -exec sudo chown ${HOME_USER} {} \;
|
||||
fi
|
||||
|
||||
# Move the .bashrc file to the user's home directory if it doesn't exist
|
||||
|
Reference in New Issue
Block a user