From c9799b9a77f98e341e0467f3cf92d3e49c36805d Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 19 Apr 2024 06:38:38 +0000 Subject: [PATCH] Update script execution in entrypoint.sh and bump version to 3.0.26 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index ae47f7a..66332fb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -76,7 +76,7 @@ fi # Find .sh files in /usr/bin/custom-scripts and execute them in order for script in $(find /usr/bin/custom-scripts -name "*.sh" | sort); do chmod +x $script - sudo -u $HOME_USER bash -c "source /etc/environment; $script" + sudo -u $HOME_USER bash -c "source /etc/environment; sudo $script" done # Move the .bashrc file to the user's home directory diff --git a/version.txt b/version.txt index 9b77657..38be3a7 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.25 \ No newline at end of file +3.0.26 \ No newline at end of file