We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e90ca commit 8d561edCopy full SHA for 8d561ed
1 file changed
bin/stable/prepare_project_edition.sh
@@ -93,7 +93,7 @@ else
93
fi
94
95
echo '> Install data'
96
-if [[ "$COMPOSE_FILE" == *"elastic.yml"* ]]; then
+if [[ "$COMPOSE_FILE" == *"elastic"*.yml ]]; then
97
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:elasticsearch:put-index-template"
98
99
docker compose --env-file=.env exec -T --user www-data app sh -c "php /scripts/wait_for_db.php; php bin/console ibexa:install --skip-indexing --no-interaction"
0 commit comments