mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[FIX] Config Panel
This commit is contained in:
parent
d12334ba18
commit
18947adf43
1 changed files with 2 additions and 2 deletions
|
@ -1629,7 +1629,7 @@ def app_config_show_panel(app):
|
|||
args=["show"],
|
||||
env=env,
|
||||
stdout_callback=parse_stdout,
|
||||
)
|
||||
)[0]
|
||||
|
||||
if return_code != 0:
|
||||
raise Exception("script/config show return value code: %s (considered as an error)", return_code)
|
||||
|
@ -1715,7 +1715,7 @@ def app_config_apply(app, args):
|
|||
return_code = hook_exec(config_script,
|
||||
args=["apply"],
|
||||
env=env,
|
||||
)
|
||||
)[0]
|
||||
|
||||
if return_code != 0:
|
||||
raise Exception("'script/config apply' return value code: %s (considered as an error)", return_code)
|
||||
|
|
Loading…
Add table
Reference in a new issue