Trying to fix users issue updating to version 2.0.19

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-05 23:44:48 +00:00
parent 52b9e7a411
commit 13571867ca
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ if [ "${HOME_USER-}" ]; then
# fi # fi
# Cambiar el directorio home del usuario vscode a /home/${HOME_USER} # Cambiar el directorio home del usuario vscode a /home/${HOME_USER}
sudo usermod -d /home/${HOME_USER} -m vscode # sudo usermod -d /home/${HOME_USER} -m vscode
sudo usermod -d /home/${HOME_USER} vscode
su - ${HOME_USER} su - ${HOME_USER}
fi fi

View File

@ -1 +1 @@
2.0.18 2.0.19