Trying to fix entrypont.sh Updating to version 1.0.14

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-27 04:53:21 +00:00
parent c90139bbcc
commit e0bb4bfa2f
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} -c code tunnel --accept-server-license-terms sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
else else
sudo su - ${HOME_USER} -c 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.13 1.0.14