mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-30 02:28:53 +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) ->
|
remoteApps = _.map remoteApps, (app) ->
|
||||||
env =
|
env =
|
||||||
RESIN_DEVICE_UUID: uuid
|
RESIN_DEVICE_UUID: uuid
|
||||||
|
RESIN: '1'
|
||||||
USER: 'root'
|
USER: 'root'
|
||||||
|
|
||||||
if app.environment_variable?
|
if app.environment_variable?
|
||||||
|
Loading…
Reference in New Issue
Block a user