diff --git a/setup_db.py b/setup_db.py index d02eea2b..8fdc4f5c 100755 --- a/setup_db.py +++ b/setup_db.py @@ -179,7 +179,7 @@ def db_exists(): collections = db.collection_names() logger.debug("current collections: %s" % collections) if len(collections)>0 and ( - "ep_settings" in collections or "users" in collections or \ + "ep_settings" in collections and "users" in collections and \ "settings" in collections): return True return False