From 1c16693cdcabbd48e9de5ee3f9335b08d10e9301 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 9 Jun 2018 23:18:47 +0200 Subject: [PATCH] [mod] explicitely tells script/config that I want the show behavior --- src/yunohost/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,