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