Update permissions for .ssh folder and increment version number to 3.0.36

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-21 11:55:35 +00:00
parent 694039fb29
commit e88ab12701
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ 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}
chmod -R 600 /home/${HOME_USER}/.ssh
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.35
3.0.36