Trying to fix user issue. Updating version to 2.0.27

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-09 01:04:04 +00:00
parent f929aaac63
commit fd7e35cf34
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ if [ "${HOME_USER-}" ]; then
sudo -u $HOME_USER -i sudo -u $HOME_USER -i
# Unfortunately we cannot change $HOME as we cannot move any bind mounts # Unfortunately we cannot change $HOME as we cannot move any bind mounts
# nor can we bind mount $HOME into a new home as that requires a privileged container. # nor can we bind mount $HOME into a new home as that requires a privileged container.
sudo usermod --login "$HOME_USER" vscode # sudo usermod --login "$HOME_USER" vscode
sudo groupmod -n "$HOME_USER" vscode # sudo groupmod -n "$HOME_USER" vscode
## Agregar binarios ## Agregar binarios
sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd

View File

@ -1 +1 @@
2.0.26 2.0.27