mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fail
This commit is contained in:
parent
f2c0e0f1af
commit
a169fce731
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def app_install(app, domain, path='/', label=None, mode='private'):
|
|||
domain_app_list = []
|
||||
for conf in conf_list:
|
||||
if '.app.conf' in conf:
|
||||
domain_app_list.append(conf[:len(conf)-9]
|
||||
domain_app_list.append(conf[:len(conf)-9])
|
||||
|
||||
for installed_app in domain_app_list:
|
||||
open(apps_setting_path +'/'+ installed_app +'/app_setting.yml') as f:
|
||||
|
|
Loading…
Reference in a new issue