mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16:48 -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'
|
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.
|
# 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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.34
|
2.0.35
|
Loading…
Reference in New Issue
Block a user