mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Trying to fix issue. Updating to version 2.0.23
This commit is contained in:
parent
a983adf4ad
commit
fe2a226190
@ -42,7 +42,7 @@ if [ "${HOME_USER-}" ]; then
|
||||
# env | grep -v 'HOME_USER' | while read -r line; do
|
||||
# sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
|
||||
# done
|
||||
sudo -u $HOME_USER -i
|
||||
# sudo -u $HOME_USER -i
|
||||
|
||||
# sudo cd /home/${HOME_USER}
|
||||
sudo chown -R ${HOME_USER}:${HOME_USER} /home/${HOME_USER}
|
||||
|
@ -1 +1 @@
|
||||
2.0.22
|
||||
2.0.23
|
Loading…
Reference in New Issue
Block a user