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
[ 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
- /usr/share/openstack-dashboard/manage.py compress --force
+ su www-data -s /bin/sh -c "/usr/share/openstack-dashboard/manage.py compress --force"
fi
#DEBHELPER#