Fixing the TUNNEL_NAME issue. Updating to version 3.0.1

This commit is contained in:
2024-04-15 01:55:12 +00:00
parent 66ed2b4950
commit b027cd07a0
2 changed files with 2 additions and 2 deletions

@ -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

@ -1 +1 @@
3.0.0 3.0.1