mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
App map bugfixes
This commit is contained in:
parent
d127f7e7df
commit
41b90067e5
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ def app_ssowatconf():
|
||||||
domains = domain_list()['Domains']
|
domains = domain_list()['Domains']
|
||||||
|
|
||||||
apps = {}
|
apps = {}
|
||||||
for app, v in app_list(raw=True).items():
|
for app in os.listdir(apps_setting_path):
|
||||||
app_settings = app_info(raw=True, app=app)['settings']
|
app_settings = app_info(raw=True, app=app)['settings']
|
||||||
if 'domain' in app_settings:
|
if 'domain' in app_settings:
|
||||||
if 'path' not in app_settings:
|
if 'path' not in app_settings:
|
||||||
|
|
Loading…
Add table
Reference in a new issue