diff --git a/entrypoint.sh b/entrypoint.sh index 9cb00a9..55e1cdf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,6 +37,9 @@ if [ "${HOME_USER-}" ]; then sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc" done + # Changing the property of the directory /home/${HOME_USER} + sudo chown -R ${HOME_USER}: /home/${HOME_USER}/ + # Changing the HOME_USER in the .bashrc file sudo su - ${HOME_USER} -c 'sed -i "s|/home/vscode|/home/${HOME_USER}|g" ~/.bashrc' diff --git a/version.txt b/version.txt index 28c1279..fff3132 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.31 \ No newline at end of file +2.0.32 \ No newline at end of file