mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Fix ownership issues in entrypoint.sh and update version to 3.0.19 Updating to version 3.0.19
This commit is contained in:
parent
03b01cbae3
commit
65644a8b14
@ -69,14 +69,14 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
|
||||
# Then execute entrypoint.sh
|
||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||
else
|
||||
sudo chown -R 1000: /home/${HOME_USER}
|
||||
sudo chown -R 1000 /home/${HOME_USER}
|
||||
fi
|
||||
|
||||
# Find .sh files in /usr/bin/custom-scripts and execute them in order
|
||||
|
@ -1 +1 @@
|
||||
3.0.18
|
||||
3.0.19
|
Loading…
Reference in New Issue
Block a user