mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] explicitely tells script/config that I want the show behavior
This commit is contained in:
parent
c0ec14b79b
commit
1c16693cdc
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ def app_config_show_panel(app_id):
|
||||||
print [line]
|
print [line]
|
||||||
|
|
||||||
hook_exec(config_script,
|
hook_exec(config_script,
|
||||||
args=[],
|
args=["show"],
|
||||||
env=env,
|
env=env,
|
||||||
user="root",
|
user="root",
|
||||||
stdout_callback=parse_stdout,
|
stdout_callback=parse_stdout,
|
||||||
|
|
Loading…
Add table
Reference in a new issue