mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
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:
@@ -228,7 +228,6 @@ export class SystemForEmbassy implements System {
|
|||||||
previousVersion: Optional<string>,
|
previousVersion: Optional<string>,
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
if (previousVersion) await this.migration(effects, previousVersion)
|
if (previousVersion) await this.migration(effects, previousVersion)
|
||||||
await this.properties(effects)
|
|
||||||
await effects.setMainStatus({ status: "stopped" })
|
await effects.setMainStatus({ status: "stopped" })
|
||||||
}
|
}
|
||||||
private async uninit(
|
private async uninit(
|
||||||
|
|||||||
Reference in New Issue
Block a user