From 1c8b469376600cc809a0105e169eacd2f72bfc96 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Sun, 18 Sep 2016 15:07:16 +0530 Subject: [PATCH] create .bundle directory --- debian/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/postinst b/debian/postinst index 6eb8ae1048..b11e3ef7a3 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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