www-apps/mattermost: fix missing checkpath
This commit is contained in:
parent
eb3cc73785
commit
aad0f1ec09
2 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@ depend() {
|
|||
}
|
||||
|
||||
start_pre() {
|
||||
checkpath -d -m 0750 -o nobody:nobody /var/run/mattermost/ /var/lib/mattermost/
|
||||
checkpath -d -m 0750 -o nobody:nobody /var/run/mattermost/ /var/lib/mattermost/ /var/log/mattermost/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue