diff --git a/docker/run_local_docker.sh b/docker/run_local_docker.sh index 665428af74a..4bd92e24404 100755 --- a/docker/run_local_docker.sh +++ b/docker/run_local_docker.sh @@ -110,7 +110,7 @@ if [ $RESULT -ne 0 ]; then exit 1 fi -until curl -s -f "http://localhost:9200/_cat/indices/team_search_index"; do +until curl -s -f "http://localhost:9200/_cat/indices/openmetadata_team_search_index"; do echo 'Checking if Elastic Search instance is up...\n' sleep 5 done