Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 1, 2024
1 parent 91efed9 commit 1aab539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
max_attempts=20
echo "Waiting for central to be available..."
until $(curl -k --output /dev/null --silent --head --fail https://central); do
until $(curl -s -k --output /dev/null --head --fail https://central); do
if [ ${max_attempts} -lt 1 ];then
echo "Max attempts reached"
exit 1
Expand Down

0 comments on commit 1aab539

Please sign in to comment.