a warning an harmless warning for the user.
* avoid openstack-dashboard-apache.postinst failure if the default vhost
has been removed.
- * use www-data to call manage.py compress to get the correct owner on
- the cache file and the secret-key
+ * adjust the secret-key group to www-data
[ Thomas Goirand ]
* New upstream release (Icehouse beta 1).
chown www-data:www-data /var/lib/openstack-dashboard/secret-key
# Compress the JS and CSS with python-compressor and python-lesscpy
- su www-data -s /bin/sh -c "/usr/share/openstack-dashboard/manage.py compress --force"
+ /usr/share/openstack-dashboard/manage.py compress --force
+ chown -R www-data /var/lib/openstack-dashboard/secret-key
fi
#DEBHELPER#