mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-18 20:08:13 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
|
Reference in New Issue
Block a user