From 4d402b26003e87f38c94988c8d597056cc30de88 Mon Sep 17 00:00:00 2001 From: J H Date: Mon, 11 Mar 2024 16:34:37 -0600 Subject: [PATCH] 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 --- container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts b/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts index a87facc56..75ff16da6 100644 --- a/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts +++ b/container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts @@ -228,7 +228,6 @@ export class SystemForEmbassy implements System { previousVersion: Optional, ): Promise { if (previousVersion) await this.migration(effects, previousVersion) - await this.properties(effects) await effects.setMainStatus({ status: "stopped" }) } private async uninit(