Remove full path (eg: /usr/bin shouldn't be there) when calling ceilomter-dbsync
authorThomas Goirand <thomas@goirand.fr>
Fri, 21 Dec 2012 11:59:56 +0000 (11:59 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 21 Dec 2012 12:01:20 +0000 (12:01 +0000)
Rewritten-From: 2c92411d5d05d2f48e4782c0620fbb2cbf63180e

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#