From a6e4296f25d498d690ecb8f14335558977d87c3e Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 12 Apr 2024 04:59:14 +0000 Subject: [PATCH] Trying to fix issue when deleting vscode user. Updating to version 2.0.53 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index bc70f5e..76d7d93 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -59,7 +59,7 @@ if [ "${HOME_USER-}" ]; then # Delete the vscode user if id "vscode" &>/dev/null; then sudo chown -R vscode:vscode /home/vscode - sudo -u ${HOME_USER} bash -c 'userdel -r vscode' + sudo -u root bash -c 'userdel -r vscode' fi else # Switch to the user specified by $HOME_USER and start an interactive shell session. diff --git a/version.txt b/version.txt index aed9c3b..a00caea 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.52 \ No newline at end of file +2.0.53 \ No newline at end of file