Add generales var in config panel like domain, path, etc

This commit is contained in:
Josué Tille 2024-02-06 22:08:10 +01:00
parent c827877387
commit a3901f8149
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -1992,6 +1992,8 @@ ynh_app_config_run $1
"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)
if ret != 0: