mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
fix second deadlock
This commit is contained in:
committed by
Aiden McClelland
parent
b70d176d9e
commit
ca616744f8
@@ -188,7 +188,7 @@ async fn maybe_do_update(ctx: RpcContext) -> Result<Option<Arc<Revision>>, Error
|
||||
let (new_label, _current_label) = query_mounted_label().await?;
|
||||
let (size, download) = download_file(
|
||||
&EosUrl {
|
||||
base: ctx.eos_registry_url().await?,
|
||||
base: info.eos_marketplace.clone(),
|
||||
version: latest_version,
|
||||
},
|
||||
ctx.datadir.join("updates/eos.img"),
|
||||
|
||||
Reference in New Issue
Block a user