From 559cd39a665d05d6aad0f3487e5ef6caa10dbe6c Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 18 Apr 2024 05:40:21 +0000 Subject: [PATCH] Update entrypoint.sh and version.txt Updating to version 3.0.24 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 220fb1d..8249139 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,7 +47,7 @@ sed 's/^USER_ENV_//' | # Append the result to /usr/bin/.bashrc while IFS= read -r line do - echo "export $line" | sudo -u ${HOME_USER} tee -a /usr/bin/.bashrc + echo "export $line" >> /usr/bin/.bashrc done USER="$HOME_USER" diff --git a/version.txt b/version.txt index 1290e20..b39b0b9 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.23 \ No newline at end of file +3.0.24 \ No newline at end of file