Compare commits

..

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -75,6 +75,9 @@ fi
# Then execute entrypoint.sh
if [ "$HOME_USER" != "$(whoami)" ]; then
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
else
sudo chown -R ${HOME_USER} /home/${HOME_USER}
sudo chmod -R 600 /home/${HOME_USER}/.ssh
fi
# Move the .bashrc file to the user's home directory if it doesn't exist

View File

@ -1 +1 @@
3.0.34
3.0.36