Skip to content

Commit 9c001ad

Browse files
committed
properly unset installing on error
1 parent 211b5d2 commit 9c001ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

application/src/server/manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ impl ServerManager {
139139
);
140140

141141
if let Err(err) = installer.attach().await {
142+
installer.unset_installing(false).await.ok();
142143
tracing::error!(
143144
server = %server.uuid,
144145
"failed to attach installation container: {:#?}",

0 commit comments

Comments
 (0)