Trying to fix entrypoint.sh Updating to version 1.0.10

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-26 23:35:03 +00:00
parent eaa8cc886d
commit 115d25613c
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# sudo su - ${HOME_USER}
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
code-server tunnel --accept-server-license-terms
code tunnel --accept-server-license-terms
else
code-server tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}
code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}
fi

View File

@ -1 +1 @@
1.0.9
1.0.10