We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17d099 commit ae2ce77Copy full SHA for ae2ce77
wait-for-es.sh
@@ -44,7 +44,6 @@ while true; do
44
if [[ $COUNTER -gt $MAX_LOOPS ]]; then
45
echo "Giving up after $COUNTER attempts"
46
exit 1
47
- break
48
fi
49
sleep 1
50
done
0 commit comments