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

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-18 05:07:52 +00:00
parent 1631237881
commit b0b9497107
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then
fi
# List all environment variables
sudo env |
printenv |
# Filter variables that start with GLOBAL_ENV_
grep -E '^GLOBAL_ENV_' |
@ -41,7 +41,7 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null
# List all environment variables
sudo env |
printenv |
# Filter variables that start with USER_ENV_
grep -E '^USER_ENV_' |

View File

@ -1 +1 @@
3.0.21
3.0.22