Fixed app startup issue.
This commit is contained in:
parent
79b3a22c9a
commit
62013f6f87
|
@ -45,7 +45,7 @@ namespace NzbDrone.Providers
|
|||
var startInfo = new ProcessStartInfo();
|
||||
|
||||
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.UseShellExecute = false;
|
||||
|
|
Loading…
Reference in New Issue