From fd7e35cf348c3508eae47ed971884abf631263e7 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 9 Apr 2024 01:04:04 +0000 Subject: [PATCH] Trying to fix user issue. Updating version to 2.0.27 --- entrypoint.sh | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index f5da284..d3003b1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,8 +27,8 @@ if [ "${HOME_USER-}" ]; then sudo -u $HOME_USER -i # 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. - sudo usermod --login "$HOME_USER" vscode - sudo groupmod -n "$HOME_USER" vscode + # sudo usermod --login "$HOME_USER" vscode + # sudo groupmod -n "$HOME_USER" vscode ## Agregar binarios sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd diff --git a/version.txt b/version.txt index 46d9844..7cc919f 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.26 \ No newline at end of file +2.0.27 \ No newline at end of file