mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Supply USER environment variable to containers
This commit is contained in:
parent
a5fa371f22
commit
0772638d92
@ -150,6 +150,7 @@ exports.update = ->
|
|||||||
remoteApps = _.map remoteApps, (app) ->
|
remoteApps = _.map remoteApps, (app) ->
|
||||||
env =
|
env =
|
||||||
RESIN_DEVICE_UUID: uuid
|
RESIN_DEVICE_UUID: uuid
|
||||||
|
USER: 'root'
|
||||||
|
|
||||||
if app.environment_variable?
|
if app.environment_variable?
|
||||||
for envVar in app.environment_variable
|
for envVar in app.environment_variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user