From f2d7b5c4d8f69010d286ceeddbfa02f01c090577 Mon Sep 17 00:00:00 2001 From: Simone Rotondi Date: Wed, 5 May 2021 15:47:06 +0200 Subject: [PATCH] Update vessel change to Microsoft wsl case insensitive for wsl2: just add -i to grep --- docker-files/vessel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-files/vessel b/docker-files/vessel index ba2addf..8a20d02 100755 --- a/docker-files/vessel +++ b/docker-files/vessel @@ -35,7 +35,7 @@ fi # Set environment variables for dev if [ "$MACHINE" == "linux" ]; then - if grep -q Microsoft /proc/version; then # WSL + if grep -iq Microsoft /proc/version; then # WSL export XDEBUG_HOST=10.0.75.1 else if [ "$(command -v ip)" ]; then