Update entrypoint.sh and version.txt Updating to version 3.0.24

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-18 05:40:21 +00:00
parent 4bbe7f51cb
commit 559cd39a66
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1 +1 @@
3.0.23
3.0.24