mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
@@ -168,10 +168,6 @@ export class Daemons<Manifest extends SDKManifest, Ids extends string> {
|
||||
}
|
||||
|
||||
private updateMainHealth() {
|
||||
if (this.healthDaemons.every((x) => x.health.status === "success")) {
|
||||
this.effects.setMainStatus({ status: "running" })
|
||||
} else {
|
||||
this.effects.setMainStatus({ status: "starting" })
|
||||
}
|
||||
this.effects.setMainStatus({ status: "running" })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user