Merge "Fix wrong owner and group for murano-dashboard.log."

This commit is contained in:
Jenkins 2013-09-13 10:20:31 +00:00 committed by Gerrit Code Review
commit 81928d1e69
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ postinst()
{
rebuildstatic
sleep 2
chown dashboard:dashboard /var/log/murano-dashboard.log
chown apache:apache /var/log/murano-dashboard.log
service httpd restart
}