Fixed ceilometer-common.postinst.
[openstack-build/ceilometer-build.git] / trusty / debian / ceilometer-common.postinst.in
index 346f2c626732c41d5cbd226ca06c62d17a724330..623271b3d33ef4809480c44ac76e3497a34a7e11 100644 (file)
@@ -10,7 +10,7 @@ libvirt_user_group () {
                LIBVIRT_GROUP=libvirt
        elif getent group libvirtd ; then
                LIBVIRT_GROUP=libvirtd
-       elif
+       else
                if dpkg-vendor --derives-from ubuntu ; then
                        LIBVIRT_GROUP=libvirtd
                else