mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16:48 -06:00
Fixing issue of permissions on /home/${HOME_USER} directory. Updating to version 2.0.32
This commit is contained in:
parent
ed98e9a48c
commit
cb4bf58db9
@ -37,6 +37,9 @@ if [ "${HOME_USER-}" ]; then
|
|||||||
sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Changing the property of the directory /home/${HOME_USER}
|
||||||
|
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/
|
||||||
|
|
||||||
# Changing the HOME_USER in the .bashrc file
|
# Changing the HOME_USER in the .bashrc file
|
||||||
sudo su - ${HOME_USER} -c 'sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc'
|
sudo su - ${HOME_USER} -c 'sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc'
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.31
|
2.0.32
|
Loading…
Reference in New Issue
Block a user