mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
Merge pull request #415 from resin-io/413-fix-bw-control
Issue #413: Fix an error applying the connectivity check config var
This commit is contained in:
commit
583344dc1d
@ -178,7 +178,7 @@ exports.extendEnvVars = (env, uuid, appId, appName, commit) ->
|
||||
exports.enableConnectivityCheck = (val) ->
|
||||
enabled = checkTruthy(val) ? true
|
||||
disableCheck(!enabled)
|
||||
console.log("Connectivity check enabled: #{not bool}")
|
||||
console.log("Connectivity check enabled: #{enabled}")
|
||||
|
||||
# Callback function to enable/disable logs
|
||||
exports.resinLogControl = (val) ->
|
||||
|
Loading…
Reference in New Issue
Block a user