From fb9cd41b53056b95d0cb58ff0c41521aff44c258 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 12 Dec 2018 11:10:05 +0800 Subject: [PATCH] scott: Job [CHMB_Batch_UAT] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ·¨¼y°ó --- jobs/CHMB_Batch_UAT/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/CHMB_Batch_UAT/config.xml b/jobs/CHMB_Batch_UAT/config.xml index 51daac64..1de33cae 100644 --- a/jobs/CHMB_Batch_UAT/config.xml +++ b/jobs/CHMB_Batch_UAT/config.xml @@ -102,7 +102,7 @@ sed -i "s/<title.*/<title>CHM Booking Manage v${version}_${VAR}< - sudo systemctl stop CHMB_Batch + systemctl stop CHMB_Batch_UAT chmb=/opt/chm/chmb_batch_uat tempdir=$(mktemp -d) @@ -115,7 +115,7 @@ mv -f ${tempdir}/CHMB/sample/* "${chmb}/sample" mv -f ${tempdir}/CHMB/template/* "${chmb}/template" rm -rf "${tempdir}" -sudo systemctl start CHMB_Batch +systemctl start CHMB_Batch_UAT -- 2.26.2