mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-18 00:06:01 +00:00
Fix bug in preloading config vars
This commit is contained in:
parent
55285e9918
commit
4de816d1e9
@ -130,7 +130,7 @@ export async function loadTargetFromFile(appsPath: string): Promise<boolean> {
|
||||
const localState = {
|
||||
[uuid]: {
|
||||
name: '',
|
||||
config: { ...formattedConf, ...deviceConf },
|
||||
config: { ...deviceConf, ...formattedConf },
|
||||
apps: preloadState.apps,
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user