We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63ff37 commit 8765f4eCopy full SHA for 8765f4e
src/BenchmarksApps/TLS/Kestrel/Program.cs
@@ -8,10 +8,8 @@
8
9
Console.WriteLine("Starting application...");
10
11
-ProcessStartInfo processInfo = new ProcessStartInfo()
+ProcessStartInfo processInfo = new ProcessStartInfo("/bin/bash", "openssl version")
12
{
13
- FileName = "/bin/bash",
14
- Arguments = "openssl version",
15
RedirectStandardOutput = true,
16
RedirectStandardError = true,
17
};
0 commit comments