Trying to fix issue. Updating to version 2.0.17

This commit is contained in:
Alejandro Lembke Barrientos 2024-03-30 04:56:24 +00:00
parent dddaf129f4
commit 04e26f2afc
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 4 additions and 4 deletions

View File

@ -77,9 +77,9 @@ fi
# Allow users to have scripts run on container startup to prepare workspace.
# https://github.com/coder/code-server/issues/5177
if [ -d "${ENTRYPOINTD}" ]; then
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
fi
#if [ -d "${ENTRYPOINTD}" ]; then
#find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
#fi
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
exec dumb-init sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms $@"

View File

@ -1 +1 @@
2.0.16
2.0.17