[mod] explicitely tells script/config that I want the show behavior

This commit is contained in:
Laurent Peuch 2018-06-09 23:18:47 +02:00
parent c0ec14b79b
commit 1c16693cdc

View file

@ -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,