From 8e996a9182afa4a922ca31015b994b232a7d1e57 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 15 Aug 2018 10:59:02 +0800 Subject: [PATCH] 20150024: Job [Deploy_CHMB_UAT_136] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ¤ý«~³ó --- jobs/Deploy_CHMB_UAT_136/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/Deploy_CHMB_UAT_136/config.xml b/jobs/Deploy_CHMB_UAT_136/config.xml index d2aba97b..a565c642 100644 --- a/jobs/Deploy_CHMB_UAT_136/config.xml +++ b/jobs/Deploy_CHMB_UAT_136/config.xml @@ -124,9 +124,9 @@ rm -rf /opt/chm/chmb/template/* chmb=/opt/chm/chmb tempdir=$(mktemp -d) 7za x target/CHMB-pack.zip -o"${tempdir}" -cp -rf ${tempdir}/CHMB/lib/* "${chmb}/lib" -cp -rf ${tempdir}/CHMB/sample/* "${chmb}/sample" -cp -rf ${tempdir}/CHMB/template/* "${chmb}/template" +mv -f ${tempdir}/CHMB/lib/* "${chmb}/lib" +mv -f ${tempdir}/CHMB/sample/* "${chmb}/sample" +mv -f ${tempdir}/CHMB/template/* "${chmb}/template" rm -rf "${tempdir}" sudo systemctl start CHMB sudo systemctl start CHMB_Batch -- 2.26.2