Skip to content

Commit

Permalink
Merged debian init script changes from elastic#16718.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakommo committed Mar 21, 2016
1 parent 40fd351 commit b5ed2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/init/debian/elasticsearch.j2
Expand Up @@ -177,7 +177,7 @@ case "$1" in
i=0
timeout=10
# Wait for the process to be properly started before exiting
until { cat "$PID_FILE" | xargs kill -0; } >/dev/null 2>&1
until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1
do
sleep 1
i=$(($i + 1))
Expand Down

0 comments on commit b5ed2fd

Please sign in to comment.