We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b5d2 commit 9c001adCopy full SHA for 9c001ad
1 file changed
application/src/server/manager.rs
@@ -139,6 +139,7 @@ impl ServerManager {
139
);
140
141
if let Err(err) = installer.attach().await {
142
+ installer.unset_installing(false).await.ok();
143
tracing::error!(
144
server = %server.uuid,
145
"failed to attach installation container: {:#?}",
0 commit comments