mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 12:28:15 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
390f9cdc15
|
@ -29,9 +29,9 @@ if [ "${HOME_USER-}" ]; then
|
|||||||
sudo chown ${HOME_USER} /home/${HOME_USER}/.bashrc
|
sudo chown ${HOME_USER} /home/${HOME_USER}/.bashrc
|
||||||
|
|
||||||
# Copy environment variables from vscode user to HOME_USER
|
# Copy environment variables from vscode user to HOME_USER
|
||||||
# env | grep -v 'HOME_USER' | while read -r line; do
|
env | grep -v 'HOME_USER' | while read -r line; do
|
||||||
# sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
||||||
# done
|
done
|
||||||
|
|
||||||
# Copy the PATH variable from vscode user to HOME_USER
|
# Copy the PATH variable from vscode user to HOME_USER
|
||||||
#PATH_LINE=$(grep "^PATH=" /home/vscode/.bashrc)
|
#PATH_LINE=$(grep "^PATH=" /home/vscode/.bashrc)
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.37
|
2.0.38
|
Reference in New Issue
Block a user