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
35e0a94e
Commit
35e0a94e
authored
Feb 26, 2018
by
Fabio Montefuscolo
Browse files
avoid bad sql file
parent
114e6476
Pipeline
#3141
passed with stage
in 27 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/bootstrap.sh
entrypoint/bootstrap.sh
+1
-1
No files found.
entrypoint/bootstrap.sh
View file @
35e0a94e
...
...
@@ -41,7 +41,7 @@ bootstrap_sql_grant_user () {
bootstrap_database
()
{
sql_file
=
"
${
PXC_HOME
}
/bootstrap.sql"
bootstrap_sql_timezone
>
>
"
$sql_file
"
bootstrap_sql_timezone
>
"
$sql_file
"
bootstrap_sql_root_user |
tee
-a
"
$sql_file
"
if
[
-n
"
$MYSQL_DATABASE
"
]
;
...
...
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