Readability

This commit is contained in:
Kload 2013-03-01 20:08:37 +01:00
parent 3d01f30256
commit 4a02aa2ad1

View file

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