Skip to content

Commit

Permalink
fix wait_for_it script
Browse files Browse the repository at this point in the history
  • Loading branch information
earthquakesan committed Feb 5, 2018
1 parent 1c87dd0 commit 301e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function wait_for_it()
echo "[$i/$max_try] $service:${port} is available."
}

for i in "${SERVICE_PRECONDITION[@]}"
for i in ${SERVICE_PRECONDITION[@]}
do
wait_for_it ${i}
done
Expand Down

0 comments on commit 301e2a1

Please sign in to comment.