Skip to content

Commit

Permalink
Merge pull request #1 from andreineustroev/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
andreineustroev authored Nov 11, 2024
2 parents d040513 + 370b576 commit e1b76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ -n "${RUN_INITDB_SCRIPTS}" ]; then
tries=${CLICKHOUSE_INIT_TIMEOUT:-1000}
while ! wget --spider --no-check-certificate -T 1 -q "$URL" 2>/dev/null; do
if [ "$tries" -le "0" ]; then
echo >&2 'ClickHouse init process failed.'
echo >&2 'ClickHouse init process timeout.'
exit 1
fi
tries=$(( tries-1 ))
Expand Down

0 comments on commit e1b76e7

Please sign in to comment.