Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit b522c71

Browse files
author
Julien Neuhart
committed
updating Graylog healthcheck message
1 parent 0ef87c7 commit b522c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/toolbox/scripts/graylog-health-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
echo Waiting Graylog to be ready ...;
3+
echo Waiting Graylog ...;
44

55
attempts=30;
66
while [[ $attempts -ne 0 ]]; do

0 commit comments

Comments
 (0)