mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b7d52df70b
|
|||
5dbb07fd80
|
|||
3f6a9f6626
|
@ -70,12 +70,11 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
|
|||||||
|
|
||||||
# Changing the property of the directory /home/${HOME_USER}/.vscode
|
# Changing the property of the directory /home/${HOME_USER}/.vscode
|
||||||
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode
|
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode
|
||||||
|
|
||||||
fi
|
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"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Find .sh files in /usr/bin/custom-scripts and execute them in order
|
# Find .sh files in /usr/bin/custom-scripts and execute them in order
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.8
|
3.0.11
|
Reference in New Issue
Block a user