mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16:48 -06:00
Trying to fix issue with environment variables. Updating to version 2.0.38
This commit is contained in:
parent
f9503fe827
commit
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
|
Loading…
Reference in New Issue
Block a user