mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Various bugfixes.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Jackett.Services
|
||||
startInfo.RedirectStandardOutput = false;
|
||||
startInfo.RedirectStandardInput = false;
|
||||
}
|
||||
|
||||
logger.Debug("Running " + startInfo.FileName + " " + startInfo.Arguments);
|
||||
var proc = Process.Start(startInfo);
|
||||
|
||||
if (!asAdmin)
|
||||
|
Reference in New Issue
Block a user