mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] missing YNH_APP_ID on scripts/config apply
This commit is contained in:
parent
ffbe059d91
commit
27dfd6af6e
1 changed files with 1 additions and 1 deletions
|
@ -1457,7 +1457,7 @@ def app_config_apply(app_id, args):
|
|||
|
||||
config_panel = read_json(config_panel)
|
||||
|
||||
env = {}
|
||||
env = {"YNH_APP_ID": app_id}
|
||||
args = dict(urlparse.parse_qsl(args, keep_blank_values=True))
|
||||
|
||||
for tab in config_panel.get("panel", []):
|
||||
|
|
Loading…
Add table
Reference in a new issue