Revert change done to name of upload dir

This commit is contained in:
Mohammed Bilal 2022-09-14 20:06:11 +05:30
parent d6a8d3b8ee
commit e9d4e397aa
No known key found for this signature in database
GPG key ID: B3F5945285219E1F

View file

@ -116,7 +116,7 @@ case "$1" in
configure)
gitlab_builds_log=${gitlab_log_dir}/builds
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
echo "Creating runtime directories for gitlab..."