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
0db213ac
Commit
0db213ac
authored
Feb 06, 2018
by
Fabio Montefuscolo
Browse files
remove unused file
parent
478c8e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
entrypoint/entrypoint.sh
entrypoint/entrypoint.sh
+0
-19
No files found.
entrypoint/entrypoint.sh
deleted
100644 → 0
View file @
478c8e7a
#!/bin/bash
if
[
-z
"
${
CLUSTER_NAME
}
"
]
;
then
echo
'Set environment variable CLUSTER_NAME'
>
/dev/stderr
exit
1
fi
if
[
-z
"
$(
ls
-A
$PXC_DATA
)
"
]
;
then
mkdir
-m
755
-p
"
${
PXC_DATA
}
"
chown
-R
mysql:
"
${
PXC_DATA
}
"
source
/entrypoint/bootstrap.sh
;
bootstrap_database
fi
exec
"
$@
"
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