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
d1a7bd53
Commit
d1a7bd53
authored
Feb 27, 2018
by
Fabio Montefuscolo
Browse files
fix permissions
parent
ff002b9f
Pipeline
#3149
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 @
d1a7bd53
...
...
@@ -26,8 +26,8 @@ source /entrypoint/bootstrap.sh;
if
[
-z
"
$(
ls
-A
$PXC_DATA
)
"
]
;
then
mkdir
-m
755
-p
"
${
PXC_DATA
}
"
chown
-R
mysql:
"
${
PXC_DATA
}
"
bootstrap_database
chown
-R
mysql:
"
${
PXC_DATA
}
"
first_time
=
1
fi
...
...
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