record-daemon: fix obs bootstrapping
record-daemon / Build, check and test (push) Failing after 13m52s
record-daemon / Build, check and test (push) Failing after 13m52s
This commit is contained in:
@@ -619,7 +619,7 @@ async fn main() -> Result<()> {
|
||||
|
||||
// Bootstrap OBS - download and extract if needed
|
||||
info!("Bootstrapping OBS...");
|
||||
let bootstrap_options = ObsBootstrapperOptions::default().set_update(false);
|
||||
let bootstrap_options = ObsBootstrapperOptions::default().set_update(true);
|
||||
let bootstrap_result = ObsBootstrapper::bootstrap(&bootstrap_options).await;
|
||||
match bootstrap_result {
|
||||
Ok(ObsBootstrapperResult::Restart) => {
|
||||
|
||||
Reference in New Issue
Block a user