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