mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Added the ability to run a user defined update script #1460
This commit is contained in:
parent
ef8b73972e
commit
b4d01386a6
12 changed files with 378 additions and 27 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue