mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Fixing the TUNNEL_NAME issue. Updating to version 3.0.1
This commit is contained in:
parent
66ed2b4950
commit
b027cd07a0
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
3.0.0
|
||||
3.0.1
|
Loading…
Reference in New Issue
Block a user