mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
misc fixes
This commit is contained in:
@@ -96,7 +96,11 @@ pub async fn recover_full_embassy(
|
||||
.with_kind(ErrorKind::PasswordHashGeneration)?;
|
||||
|
||||
let db = ctx.db().await?;
|
||||
db.put(&ROOT, &Database::init(&os_backup.account)?).await?;
|
||||
db.put(
|
||||
&ROOT,
|
||||
&Database::init(&os_backup.account, ctx.config.wifi_interface.clone())?,
|
||||
)
|
||||
.await?;
|
||||
drop(db);
|
||||
|
||||
init(&ctx.config).await?;
|
||||
|
||||
Reference in New Issue
Block a user