mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
appsv2: moar fixes for v1->v2 upgrade not getting the proper env context
This commit is contained in:
parent
8485ebc75a
commit
fb54da2e35
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class AppResource:
|
|||
tmpdir = _make_tmp_workdir_for_app(app=self.app)
|
||||
|
||||
env_ = _make_environment_for_app_script(
|
||||
self.app, workdir=tmpdir, action=f"{action}_{self.type}"
|
||||
self.app, workdir=tmpdir, action=f"{action}_{self.type}", include_app_settings=True,
|
||||
)
|
||||
env_.update(env)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue