Skip to content

Commit 2b768c9

Browse files
committed
Added missing newline at end of readiness.sh
Final line was getting lost when copied to container.
1 parent dc6fb6e commit 2b768c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/probe/readiness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ for template_file in ${ES_HOME}/index_templates/*.json
7676
do
7777
template=`basename $template_file`
7878
check_index_exists "_template/${template}"
79-
done
79+
done

0 commit comments

Comments
 (0)