diff --git a/entrypoint.sh b/entrypoint.sh index 7700e78..b70203d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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_' | diff --git a/version.txt b/version.txt index 402b44e..812aaaf 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.21 \ No newline at end of file +3.0.22 \ No newline at end of file