From: Jackie Huang Date: Thu, 23 Apr 2020 13:46:49 +0000 (+0800) Subject: ceph-manager.inc: fix the incorrect script path X-Git-Tag: bronze-rc0~79 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=682e946dd8aadb59f1594482dc594145a8c9e9c6;p=pti%2Frtp.git ceph-manager.inc: fix the incorrect script path Issue-ID: INF-27 Signed-off-by: Jackie Huang Change-Id: I645b13263c21b458a99792db6ce896a3022eda91 --- diff --git a/meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc b/meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc index fcfbfe4..e858d48 100644 --- a/meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc +++ b/meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc @@ -41,7 +41,7 @@ do_install_append() { install -d -m0755 ${D}/${sysconfdir}/logrotate.d install -d -m0755 ${D}/${systemd_system_unitdir} - install -p -m0700 ${S}/ceph/ceph-manager/scripts/bin/ceph-manager ${D}/${sysconfdir}/init.d + install -p -m0700 ${S}/ceph/ceph-manager/scripts/init.d/ceph-manager ${D}/${sysconfdir}/init.d install -p -m0700 ${S}/ceph/ceph-manager/scripts/bin/ceph-manager ${D}/${bindir} install -p -m0700 ${S}/ceph/ceph-manager/files/ceph-manager.logrotate ${D}/${sysconfdir}/logrotate.d install -p -m0700 ${S}/ceph/ceph-manager/files/ceph-manager.service ${D}/${systemd_system_unitdir}