mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add generales var in config panel like domain, path, etc
This commit is contained in:
parent
0ab27873a3
commit
c9d570e6a1
1 changed files with 2 additions and 0 deletions
|
@ -1995,6 +1995,8 @@ ynh_app_config_run $1
|
||||||
"YNH_APP_PACKAGING_FORMAT": str(manifest["packaging_format"]),
|
"YNH_APP_PACKAGING_FORMAT": str(manifest["packaging_format"]),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
app_script_env = _make_environment_for_app_script(app)
|
||||||
|
env.update(app_script_env)
|
||||||
|
|
||||||
ret, values = hook_exec(config_script, args=[action], env=env)
|
ret, values = hook_exec(config_script, args=[action], env=env)
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue