diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 137a9dd3e..696b79db8 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1403,7 +1403,7 @@ def app_config_show_panel(app_id): print [line] hook_exec(config_script, - args=[], + args=["show"], env=env, user="root", stdout_callback=parse_stdout,