Revert change done to name of upload dir
This commit is contained in:
parent
d6a8d3b8ee
commit
e9d4e397aa
1 changed files with 1 additions and 1 deletions
2
debian/gitlab.postinst
vendored
2
debian/gitlab.postinst
vendored
|
@ -116,7 +116,7 @@ case "$1" in
|
||||||
configure)
|
configure)
|
||||||
gitlab_builds_log=${gitlab_log_dir}/builds
|
gitlab_builds_log=${gitlab_log_dir}/builds
|
||||||
gitlab_repo_path=${gitlab_data_dir}/repositories
|
gitlab_repo_path=${gitlab_data_dir}/repositories
|
||||||
gitlab_uploads_path=${gitlab_data_dir}/public/upload
|
gitlab_uploads_path=${gitlab_data_dir}/public/uploads
|
||||||
|
|
||||||
# Create directories and change ownership
|
# Create directories and change ownership
|
||||||
echo "Creating runtime directories for gitlab..."
|
echo "Creating runtime directories for gitlab..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue