diff --git a/entrypoint.sh b/entrypoint.sh index 33738a0..16db309 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,7 +48,7 @@ if [ "${HOME_USER-}" ]; then sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode # Changing the HOME_USER in the .bashrc file - sudo su - ${HOME_USER} -c 'sudo sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc' + sudo su - ${HOME_USER} -c "sudo sed -i \"s|/home/vscode|/home/${HOME_USER}|g\" ~/.bashrc" # Switch to the user specified by $HOME_USER and start an interactive shell session. sudo su -l ${HOME_USER} diff --git a/version.txt b/version.txt index ec3b322..d6170c4 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.45 \ No newline at end of file +2.0.46 \ No newline at end of file