mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
redo conf every time
This commit is contained in:
parent
afe7705336
commit
7f990425c0
1 changed files with 3 additions and 2 deletions
|
@ -180,8 +180,9 @@ def app_install(app, domain, path='/', label=None, public=False, protected=True)
|
|||
domain_list(filter="virtualdomain="+ domain)
|
||||
except YunoHostError:
|
||||
domain_add([domain])
|
||||
_apache_config(domain)
|
||||
_lemon_config(domain)
|
||||
|
||||
_apache_config(domain)
|
||||
_lemon_config(domain)
|
||||
|
||||
if 'script_path' in manifest['yunohost']:
|
||||
_exec_app_script(step='install', path=app_tmp_folder +'/'+ manifest['yunohost']['script_path'], var_dict=script_var_dict, app_type=manifest['type'])
|
||||
|
|
Loading…
Add table
Reference in a new issue