Fixing the second issue of the same variable. Updating to version. 3.0.4

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

View File

@ -110,7 +110,7 @@ else
echo "File extensions.json not found"
fi
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
if [[ -v VSCODE_TUNNEL_NAME && -z "${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}"

View File

@ -1 +1 @@
3.0.3
3.0.4