Remove full path (eg: /usr/bin shouldn't be there) when calling ceilomter-dbsync
[openstack-build/ceilometer-build.git] / xenial / debian / ceilometer-common.postinst.in
index d2346876ecfa91467159d625b01fd5000973e151..757725f13c2bfb92d2a5349ba6281cebf143cd7f 100644 (file)
@@ -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#