mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
fix deadlock
This commit is contained in:
@@ -97,6 +97,7 @@ pub async fn recover_full_embassy(
|
||||
|
||||
let db = ctx.db().await?;
|
||||
db.put(&ROOT, &Database::init(&os_backup.account)?).await?;
|
||||
drop(db);
|
||||
|
||||
init(&ctx.config).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user