mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Readability
This commit is contained in:
parent
3d01f30256
commit
4a02aa2ad1
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ def app_install(app, domain, path='/', label=None, mode='private'):
|
||||||
if lvl(manifest, 'yunohost', 'script_path'):
|
if lvl(manifest, 'yunohost', 'script_path'):
|
||||||
_exec_app_script(step='install', path=app_tmp_folder +'/'+ manifest['yunohost']['script_path'], var_dict=script_var_dict, app_type=manifest['type'])
|
_exec_app_script(step='install', path=app_tmp_folder +'/'+ manifest['yunohost']['script_path'], var_dict=script_var_dict, app_type=manifest['type'])
|
||||||
|
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# Specifically configure lemon & apache #
|
# Specifically configure lemon & apache #
|
||||||
#########################################
|
#########################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue