From 03b01cbae332d199feba4d677bcc3c37ebeeff6e Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 17 Apr 2024 20:45:13 +0000 Subject: [PATCH] Update entrypoint.sh and version.txt Updating to version 3.0.18 --- entrypoint.sh | 2 ++ version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8ea2f61..d518a92 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -75,6 +75,8 @@ 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 1000: /home/${HOME_USER} fi # Find .sh files in /usr/bin/custom-scripts and execute them in order diff --git a/version.txt b/version.txt index a99de22..edd1851 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.17 \ No newline at end of file +3.0.18 \ No newline at end of file