Skip to content

Commit 8d561ed

Browse files
committed
Covered stable
1 parent 84e90ca commit 8d561ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stable/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else
9393
fi
9494

9595
echo '> Install data'
96-
if [[ "$COMPOSE_FILE" == *"elastic.yml"* ]]; then
96+
if [[ "$COMPOSE_FILE" == *"elastic"*.yml ]]; then
9797
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:elasticsearch:put-index-template"
9898
fi
9999
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

Comments
 (0)