summarylogtreecommitdiffstats
path: root/mattermost.install
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.install')
-rw-r--r--mattermost.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/mattermost.install b/mattermost.install
index fad79cda3263..28d102dcf867 100644
--- a/mattermost.install
+++ b/mattermost.install
@@ -5,7 +5,8 @@ post_install() {
install -dm700 -o mattermost var/lib/mattermost
fi
- chown mattermost var/log/mattermost
+ chown mattermost etc/webapps/mattermost/config.json \
+ var/log/mattermost
}
post_upgrade() {