From 8ffbd5d8180a24cfa538cbe780e671609f5d3648 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sun, 21 Apr 2024 06:55:40 +0000 Subject: [PATCH] Update entrypoint.sh and version.txt to version 3.0.34 --- entrypoint.sh | 2 -- version.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e1ae4e2..a4c21ed 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 diff --git a/version.txt b/version.txt index 1098afd..10bbf27 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.33 \ No newline at end of file +3.0.34 \ No newline at end of file