mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Trying to fix issue. Updating to version 2.0.46
This commit is contained in:
parent
840fdfaf1e
commit
3ab91f9f5f
@ -48,7 +48,7 @@ if [ "${HOME_USER-}" ]; then
|
||||
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode
|
||||
|
||||
# Changing the HOME_USER in the .bashrc file
|
||||
sudo su - ${HOME_USER} -c 'sudo sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc'
|
||||
sudo su - ${HOME_USER} -c "sudo sed -i \"s|/home/vscode|/home/${HOME_USER}|g\" ~/.bashrc"
|
||||
|
||||
# Switch to the user specified by $HOME_USER and start an interactive shell session.
|
||||
sudo su -l ${HOME_USER}
|
||||
|
@ -1 +1 @@
|
||||
2.0.45
|
||||
2.0.46
|
Loading…
Reference in New Issue
Block a user