Various bugfixes.

This commit is contained in:
Kayomani
2015-07-24 22:38:31 +01:00
parent 44800491c0
commit 92a573d804
12 changed files with 114 additions and 77 deletions

View File

@@ -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)