mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-19 00:26:53 +00:00
Merge pull request #1023 from balena-io/fix-unnecessary-vpn-override
fix: When reporting initial config, avoid creating a "VPN enabled" un…
This commit is contained in:
commit
fe20f1b400
@ -708,7 +708,7 @@ export class APIBinder {
|
||||
varValue = 'true';
|
||||
}
|
||||
|
||||
if (targetConfig[key] == null && value !== defaultConfig[key]) {
|
||||
if (targetConfig[key] == null && varValue !== defaultConfig[key]) {
|
||||
const envVar = {
|
||||
value: varValue,
|
||||
device: deviceId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user