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

Change-Id: Iea392e85af734119d44b185445b365504cbaaf79
Fixes: bug MRN-934.
This commit is contained in:
Timur Sufiev 2013-09-13 13:24:06 +04:00
parent 85aa25608b
commit 37e9de79fb
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
}