mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-19 00:26:53 +00:00
Merge pull request #875 from balena-io/fix-initial-config
fix: Fix intial config reporting
This commit is contained in:
commit
2c30b55a5c
@ -629,7 +629,7 @@ export class APIBinder {
|
||||
|
||||
if (targetConfig[key] == null && value !== defaultConfig[key]) {
|
||||
const envVar = {
|
||||
varValue,
|
||||
value: varValue,
|
||||
device: deviceId,
|
||||
name: 'RESIN_' + key,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user