create .bundle directory
This commit is contained in:
parent
a27a0e6b1a
commit
1c8b469376
1 changed files with 3 additions and 0 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue