From 682e946dd8aadb59f1594482dc594145a8c9e9c6 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 23 Apr 2020 21:46:49 +0800 Subject: [PATCH] ceph-manager.inc: fix the incorrect script path Issue-ID: INF-27 Signed-off-by: Jackie Huang Change-Id: I645b13263c21b458a99792db6ce896a3022eda91 --- meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6