From 4a02aa2ad10c0957d72c47ebc465826a1fb57fc0 Mon Sep 17 00:00:00 2001 From: Kload Date: Fri, 1 Mar 2013 20:08:37 +0100 Subject: [PATCH] Readability --- yunohost_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost_app.py b/yunohost_app.py index 8811849b..9adbe339 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -224,6 +224,7 @@ def app_install(app, domain, path='/', label=None, mode='private'): 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']) + ######################################### # Specifically configure lemon & apache # #########################################