Trying to fix sexond issue with the same variable. Updating to version 3.0.5

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-15 03:41:28 +00:00
parent 7bf78c1935
commit 15de59c6e7
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 4 additions and 4 deletions

View File

@ -110,8 +110,8 @@ else
echo "File extensions.json not found" echo "File extensions.json not found"
fi fi
if [[ -v VSCODE_TUNNEL_NAME && -z "${VSCODE_TUNNEL_NAME}" ]]; then if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
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}"
else
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
fi fi

View File

@ -1 +1 @@
3.0.4 3.0.5