From 7485e02b269fab7f0e0c4eb4bd001bd85d5f0ec5 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 6 Sep 2023 23:36:47 -0300 Subject: [PATCH] Add space --- scripts/wsl_start.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wsl_start.ps1 b/scripts/wsl_start.ps1 index 00811f5..a2fe585 100644 --- a/scripts/wsl_start.ps1 +++ b/scripts/wsl_start.ps1 @@ -54,7 +54,7 @@ if ($response -eq 'y') { Write-Host "" -$dockercommand = ("docker run -d --pull always" + +$dockercommand = ("docker run -d --pull always " + "--name $containername " + "-v /tmp/.X11-unix:/tmp/.X11-unix " + "-v /mnt/wslg:/mnt/wsl " +