Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
docker-pxc
Commits
9a453147
Commit
9a453147
authored
Feb 26, 2018
by
Fabio Montefuscolo
Browse files
fix syntax again
parent
90457f64
Pipeline
#3145
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
entrypoint/main.sh
entrypoint/main.sh
+1
-1
No files found.
entrypoint/main.sh
View file @
9a453147
...
...
@@ -79,7 +79,7 @@ then
elif
[
"
$first_time
"
=
"1"
]
;
then
tries
=
30
tries
=
30
while
[
"
$tries
"
!=
"0"
]
&&
!
echo
1
>
/dev/tcp/
$leader
/3306
;
do
tries
=
$((
$tries
-
1
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment