Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
This commit is contained in:
commit
1aa9bbe0de
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue