fixed multiple instances starting when updateing nzbdrone

This commit is contained in:
kay.one 2013-08-13 07:39:00 -07:00
commit 091ec312c8
2 changed files with 30 additions and 6 deletions

View file

@ -124,7 +124,6 @@ namespace NzbDrone.Common
process.BeginErrorReadLine();
process.BeginOutputReadLine();
process.Start();
return process;
}