Updater log filename changed and restart drone with --nobrowser

This commit is contained in:
Mark McDowall
2014-05-16 23:05:30 -07:00
parent 20124ab61d
commit 6ee876392c
2 changed files with 2 additions and 2 deletions
@@ -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);
}
}
}