Update entrypoint.sh and version.txt to version 3.0.34

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-21 06:55:40 +00:00
parent c2f5311948
commit 8ffbd5d818
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 1 additions and 3 deletions

View File

@ -75,8 +75,6 @@ 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
find /home/${HOME_USER} -not -path "/home/${HOME_USER}/.ssh/*" -not -name ".ssh" -exec sudo chown ${HOME_USER} {} \;
fi
# Move the .bashrc file to the user's home directory if it doesn't exist

View File

@ -1 +1 @@
3.0.33
3.0.34