mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
Set the 'RESIN' env var in user applications
This commit is contained in:
parent
5bd4ee7ee6
commit
d511d9df94
@ -173,6 +173,7 @@ exports.update = ->
|
||||
remoteApps = _.map remoteApps, (app) ->
|
||||
env =
|
||||
RESIN_DEVICE_UUID: uuid
|
||||
RESIN: '1'
|
||||
USER: 'root'
|
||||
|
||||
if app.environment_variable?
|
||||
|
Loading…
Reference in New Issue
Block a user