create .bundle directory

This commit is contained in:
Praveen Arimbrathodiyil 2016-09-18 15:07:16 +05:30
parent a27a0e6b1a
commit 1c8b469376

3
debian/postinst vendored
View file

@ -57,6 +57,9 @@ case "$1" in
mkdir -p ${gitlab_data_dir}/.ssh
touch ${gitlab_data_dir}/.ssh/authorized_keys
chown -R ${gitlab_user}: ${gitlab_data_dir}/.ssh
# Create .bundle for .bundle/config
mkdir -p ${gitlab_data_dir}/.bundle
chown -R ${gitlab_user}: ${gitlab_data_dir}/.bundle
# Create more required directories
for i in ${gitlab_repo_path} ${gitlab_cache_path} ${gitlab_uploads_path}\
${gitlab_pid_path} ${gitlab_log_dir} ${gitlab_shell_log} ${gitlab_builds_log}; do