mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Update entrypoint.sh and version.txt to version 3.0.35
This commit is contained in:
parent
8ffbd5d818
commit
694039fb29
@ -75,6 +75,9 @@ fi
|
|||||||
# Then execute entrypoint.sh
|
# Then execute entrypoint.sh
|
||||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||||
|
else
|
||||||
|
sudo chown -R ${HOME_USER} /home/${HOME_USER}
|
||||||
|
chmod -R 600 /home/${HOME_USER}/.ssh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Move the .bashrc file to the user's home directory if it doesn't exist
|
# Move the .bashrc file to the user's home directory if it doesn't exist
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.34
|
3.0.35
|
Loading…
Reference in New Issue
Block a user