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:
@@ -419,7 +419,11 @@ async fn fresh_setup(
|
||||
) -> Result<(Hostname, OnionAddressV3, X509), Error> {
|
||||
let account = AccountInfo::new(start_os_password, root_ca_start_time().await?)?;
|
||||
let db = ctx.db().await?;
|
||||
db.put(&ROOT, &Database::init(&account)?).await?;
|
||||
db.put(
|
||||
&ROOT,
|
||||
&Database::init(&account, ctx.config.wifi_interface.clone())?,
|
||||
)
|
||||
.await?;
|
||||
drop(db);
|
||||
init(&ctx.config).await?;
|
||||
Ok((
|
||||
|
||||
Reference in New Issue
Block a user