mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Changing the way is login the HOME_USER. Updating to version 2.0.35
This commit is contained in:
parent
01410a3ccd
commit
f9b4e4644a
@ -40,7 +40,8 @@ if [ "${HOME_USER-}" ]; then
|
||||
sudo su - ${HOME_USER} -c '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 -u $HOME_USER -i
|
||||
# sudo -u $HOME_USER -i
|
||||
sudo su -l ${HOME_USER}
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.0.34
|
||||
2.0.35
|
Loading…
Reference in New Issue
Block a user