mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
cleaned up app update
This commit is contained in:
parent
420756bb47
commit
cd2761d07d
12 changed files with 140 additions and 119 deletions
|
@ -125,7 +125,7 @@ namespace NzbDrone.Update.Providers
|
|||
logger.Info("Starting NzbDrone service");
|
||||
_serviceProvider.Start(ServiceProvider.NZBDRONE_SERVICE_NAME);
|
||||
}
|
||||
else if(appType == AppType.Console)
|
||||
else if (appType == AppType.Console)
|
||||
{
|
||||
logger.Info("Starting NzbDrone with Console");
|
||||
_processProvider.Start(Path.Combine(targetFolder, "NzbDrone.Console.exe"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue