Trying to fix issue when deleting vscode user. Updating to version 2.0.53

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-12 04:59:14 +00:00
parent 08cf40624d
commit a6e4296f25
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ if [ "${HOME_USER-}" ]; then
# Delete the vscode user # Delete the vscode user
if id "vscode" &>/dev/null; then if id "vscode" &>/dev/null; then
sudo chown -R vscode:vscode /home/vscode 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 fi
else else
# Switch to the user specified by $HOME_USER and start an interactive shell session. # Switch to the user specified by $HOME_USER and start an interactive shell session.

View File

@ -1 +1 @@
2.0.52 2.0.53