debian: fix check for installed apps (#51217)

This commit is contained in:
Frédéric Péters 2021-07-06 16:45:13 +02:00
parent bf7e8a8549
commit 9b0be97be2
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
if 'combo_plugin_imio_townstreet' in INSTALLED_APPS:
if 'combo_plugin_imio_townstreet' not in INSTALLED_APPS:
INSTALLED_APPS += ('combo_plugin_imio_townstreet',)
TENANT_APPS += ('combo_plugin_imio_townstreet',)