mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Update ownership of user's home directory and increment version number to 3.0.33
This commit is contained in:
parent
f91d1c56a1
commit
c2f5311948
@ -76,7 +76,7 @@ fi
|
||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||
else
|
||||
sudo chown -R ${HOME_USER} /home/${HOME_USER}
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
3.0.32
|
||||
3.0.33
|
Loading…
Reference in New Issue
Block a user