Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 301e2a1

Browse files
committed
fix wait_for_it script
1 parent 1c87dd0 commit 301e2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function wait_for_it()
109109
echo "[$i/$max_try] $service:${port} is available."
110110
}
111111

112-
for i in "${SERVICE_PRECONDITION[@]}"
112+
for i in ${SERVICE_PRECONDITION[@]}
113113
do
114114
wait_for_it ${i}
115115
done

0 commit comments

Comments
 (0)