mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Fixed app startup issue.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Providers
|
|||||||
var startInfo = new ProcessStartInfo();
|
var startInfo = new ProcessStartInfo();
|
||||||
|
|
||||||
startInfo.FileName = _enviromentProvider.GetIISExe();
|
startInfo.FileName = _enviromentProvider.GetIISExe();
|
||||||
startInfo.Arguments = String.Format("/config:\"{0}\" /trace:i", _enviromentProvider.GetIISExe());
|
startInfo.Arguments = String.Format("/config:\"{0}\" /trace:i", _enviromentProvider.GetIISConfigPath());
|
||||||
startInfo.WorkingDirectory = _enviromentProvider.ApplicationPath;
|
startInfo.WorkingDirectory = _enviromentProvider.ApplicationPath;
|
||||||
|
|
||||||
startInfo.UseShellExecute = false;
|
startInfo.UseShellExecute = false;
|
||||||
|
Reference in New Issue
Block a user