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

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-17 20:45:13 +00:00
parent b5c8652d94
commit 03b01cbae3
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1 +1 @@
3.0.17
3.0.18