chore: Fix the issue that I made that made it impossible to start a service because that would do a set during a time when there was not even a installed state

This commit is contained in:
J H
2024-03-11 16:34:37 -06:00
parent 64fb002168
commit 4d402b2600

View File

@@ -228,7 +228,6 @@ export class SystemForEmbassy implements System {
previousVersion: Optional<string>,
): Promise<void> {
if (previousVersion) await this.migration(effects, previousVersion)
await this.properties(effects)
await effects.setMainStatus({ status: "stopped" })
}
private async uninit(