Trying to fix entrypoint.sh Updating to version 1.0.13.

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-27 03:50:03 +00:00
parent 3dc1c03a0f
commit c90139bbcc
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
1.0.12 1.0.13