Trying to fix issue with environment variables. Updating to version 2.0.38

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-10 06:34:01 +00:00
parent f9503fe827
commit 390f9cdc15
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -1 +1 @@
2.0.37 2.0.38