Compare commits

..

1 Commits
3.0.0 ... 3.0.1

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"
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"
fi

View File

@ -1 +1 @@
3.0.0
3.0.1