From 694039fb290ce8d15b84c205cd0d29a9113e88bf Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sun, 21 Apr 2024 11:39:37 +0000 Subject: [PATCH] Update entrypoint.sh and version.txt to version 3.0.35 --- entrypoint.sh | 3 +++ version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a4c21ed..695acba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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} + chmod -R 600 /home/${HOME_USER}/.ssh fi # Move the .bashrc file to the user's home directory if it doesn't exist diff --git a/version.txt b/version.txt index 10bbf27..053a355 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.34 \ No newline at end of file +3.0.35 \ No newline at end of file