We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7d6de commit fc51482Copy full SHA for fc51482
easyWSLcmd/Program.cs
@@ -42,7 +42,7 @@
42
Console.WriteLine("Combining layers");
43
await downloader.CombineLayers();
44
Console.WriteLine("Registering distro");
45
- Process.Start("wsl.exe", new[] { $"--import", name, output.FullName, Path.Combine(tempPath, "install.tar.bz") });
+ Process.Start("wsl.exe", new[] { $"--import", name, output.FullName, Path.Combine(tempPath, "install.tar.bz") }).WaitForExit();
46
}, distroName, imageName, outputPath);
47
48
return await rootCommand.InvokeAsync(args);
0 commit comments