mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Updater log filename changed and restart drone with --nobrowser
This commit is contained in:
@@ -73,7 +73,7 @@ namespace NzbDrone.Update.UpdateEngine
|
||||
_logger.Info("Starting {0}", fileName);
|
||||
var path = Path.Combine(installationFolder, fileName);
|
||||
|
||||
_processProvider.SpawnNewProcess(path, StartupContext.NO_BROWSER);
|
||||
_processProvider.SpawnNewProcess(path, "--" + StartupContext.NO_BROWSER);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user