Trying to fix users issue updating to version 2.0.19

This commit is contained in:
2024-04-05 23:44:48 +00:00
parent 52b9e7a411
commit 13571867ca
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ if [ "${HOME_USER-}" ]; then
# fi
# 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}
fi