App map bugfixes

This commit is contained in:
Kload 2013-10-28 11:17:01 +00:00
parent d127f7e7df
commit 41b90067e5

View file

@ -642,7 +642,7 @@ def app_ssowatconf():
domains = domain_list()['Domains']
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']
if 'domain' in app_settings:
if 'path' not in app_settings: