diff --git a/service/src/main/docker/init.sh b/service/src/main/docker/init.sh index ff39764..c7a9f99 100644 --- a/service/src/main/docker/init.sh +++ b/service/src/main/docker/init.sh @@ -35,11 +35,6 @@ until [[ $(curl -sSf -w "%{http_code}\n" -o /dev/null -H 'Accept: application/js sleep 3 done -until [[ $(curl -sSf -w "%{http_code}\n" -o /dev/null -H 'Accept: application/json' "${repository_service_base}/rest/_about/status/SEARCH?timeoutSeconds=3") -eq 200 ]]; do - echo >&2 "Waiting for ${repository_service_host} search ..." - sleep 3 -done - ########################################################################################################################