From: Thomas Goirand Date: Fri, 16 Nov 2012 07:53:53 +0000 (+0000) Subject: Fixes the debian/ceilometer-common.postinst adduser call. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5a2341bfbe387a9a351c1fa2be0956e4cb17ac78;p=openstack-build%2Fceilometer-build.git Fixes the debian/ceilometer-common.postinst adduser call. Rewritten-From: 93d773d433aab142f698a8d6677590c02a3bd3f0 --- diff --git a/trusty/debian/ceilometer-common.postinst b/trusty/debian/ceilometer-common.postinst index c5ce8d6..e946db0 100644 --- a/trusty/debian/ceilometer-common.postinst +++ b/trusty/debian/ceilometer-common.postinst @@ -14,8 +14,7 @@ if [ "$1" = "configure" ]; then --quiet \ --disabled-password \ --shell /bin/false \ - --group ceilometer \ - ceilometer + --group ceilometer fi chown -R ceilometer:adm /var/log/ceilometer