Allow both

This commit is contained in:
Alexandre
2025-05-26 10:09:58 +02:00
committed by GitHub
parent ccadc5cdf3
commit e072293a4a

View File

@@ -174,7 +174,7 @@ check_vchord_extension() {
exit 0 exit 0
else else
bashio::log.warning "❌ 'vchord' extension is NOT enabled." bashio::log.warning "❌ 'vchord' extension is NOT enabled."
check_vector_extension return 1
fi fi
} }
@@ -199,4 +199,4 @@ export_db_env
setup_root_user setup_root_user
setup_database setup_database
check_vchord_extension check_vchord_extension || check_vector_extension