From: Thomas Goirand Date: Fri, 21 Dec 2012 11:59:56 +0000 (+0000) Subject: Remove full path (eg: /usr/bin shouldn't be there) when calling ceilomter-dbsync X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5c9899882c4bd6357f9356e3a379f982128b8a13;hp=8eb5de7b389d82a82063d9ef1359b6943eebf462;p=openstack-build%2Fceilometer-build.git Remove full path (eg: /usr/bin shouldn't be there) when calling ceilomter-dbsync Rewritten-From: 2c92411d5d05d2f48e4782c0620fbb2cbf63180e --- diff --git a/xenial/debian/ceilometer-common.postinst.in b/xenial/debian/ceilometer-common.postinst.in index d234687..757725f 100644 --- a/xenial/debian/ceilometer-common.postinst.in +++ b/xenial/debian/ceilometer-common.postinst.in @@ -37,7 +37,7 @@ if [ "$1" = "configure" ]; then pkgos_write_new_conf ceilometer ceilometer.conf pkgos_write_new_conf ceilometer policy.json pkgos_write_new_conf ceilometer sources.json - /usr/bin/ceilometer-dbsync || true + ceilometer-dbsync || true fi #DEBHELPER#