Added the ability to run a user defined update script #1460

This commit is contained in:
Jamie.Rees 2017-10-23 11:35:02 +01:00
commit b4d01386a6
12 changed files with 378 additions and 27 deletions

View file

@ -5,9 +5,12 @@ using System.Linq;
namespace Ombi.Updater
{
public class ProcessProvider
public class ProcessProvider : IProcessProvider
{
public const string OmbiProcessName = "Ombi";
public ProcessProvider()
{
}
public int GetCurrentProcessId()
{