mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix bug that prevents rpc context from dropping without server shutdown
This commit is contained in:
committed by
Aiden McClelland
parent
1c32e846db
commit
075e68c254
@@ -338,6 +338,8 @@ pub async fn execute_inner(
|
||||
tracing::error!("Error recovering drive!: {}", e);
|
||||
tracing::debug!("{:?}", e);
|
||||
*ctx.recovery_status.write().await = Some(Err(e.into()));
|
||||
} else {
|
||||
tracing::info!("Recovery Complete!");
|
||||
}
|
||||
});
|
||||
(tor_addr, root_ca)
|
||||
|
||||
Reference in New Issue
Block a user