mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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>,
|
||||
): Promise<void> {
|
||||
if (previousVersion) await this.migration(effects, previousVersion)
|
||||
await this.properties(effects)
|
||||
await effects.setMainStatus({ status: "stopped" })
|
||||
}
|
||||
private async uninit(
|
||||
|
||||
Reference in New Issue
Block a user