Fixing the TUNNEL_NAME issue. Updating to version 3.0.1

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-15 01:55:12 +00:00
parent 66ed2b4950
commit b027cd07a0
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ if ! grep -q "HOME_USER=" /etc/environment; then
sudo bash -c "echo HOME_USER=$HOME_USER >> /etc/environment" sudo bash -c "echo HOME_USER=$HOME_USER >> /etc/environment"
fi fi
if ! grep -q "VSCODE_TUNNEL_NAME=" /etc/environment; then if [[ -n $VSCODE_TUNNEL_NAME ]] && ! grep -q "VSCODE_TUNNEL_NAME=" /etc/environment; then
sudo bash -c "echo VSCODE_TUNNEL_NAME=$VSCODE_TUNNEL_NAME >> /etc/environment" sudo bash -c "echo VSCODE_TUNNEL_NAME=$VSCODE_TUNNEL_NAME >> /etc/environment"
fi fi

View File

@ -1 +1 @@
3.0.0 3.0.1