mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
app:sanitize: execute ${GITLAB_SHELL_INSTALL_DIR}/bin/create-hooks
Refer #447
This commit is contained in:
parent
ab1a7a7ad6
commit
6fea0f83d3
@ -982,6 +982,9 @@ appSanitize () {
|
||||
echo "Checking tmp directory permissions..."
|
||||
chmod -R u+rwX ${GITLAB_DATA_DIR}/tmp/
|
||||
chown ${GITLAB_USER}:${GITLAB_USER} -R ${GITLAB_DATA_DIR}/tmp/
|
||||
|
||||
echo "Creating gitlab-shell hooks..."
|
||||
sudo -HEu ${GITLAB_USER} ${GITLAB_SHELL_INSTALL_DIR}/bin/create-hooks
|
||||
}
|
||||
|
||||
appRake () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user