user/gitlab-foss: enable build
This commit is contained in:
parent
684c44bc00
commit
cc7154fe54
2 changed files with 8 additions and 6 deletions
|
@ -77,6 +77,11 @@ start_pre() {
|
|||
if [ -n "$downloads_path" ]; then
|
||||
checkpath -d -m 700 -o $command_user -q "$downloads_path"
|
||||
fi
|
||||
|
||||
checkpath --directory --owner $command_user --mode 0775 \
|
||||
/var/tmp/gitlab/downloads \
|
||||
/var/tmp/gitlab/backups
|
||||
|
||||
}
|
||||
|
||||
reload() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue