Commit 8755499a authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20150024: Job [Deploy_CHMB_UAT_136] configuration updated

Change performed by ¤ý«~³ó
parent a3813c69
...@@ -129,10 +129,10 @@ rm -f /opt/chm/chmb/lib/* ...@@ -129,10 +129,10 @@ rm -f /opt/chm/chmb/lib/*
chmb=/opt/chm/chmb chmb=/opt/chm/chmb
tempdir=$(mktemp -d) tempdir=$(mktemp -d)
7za x target/CHMB-pack.zip -o"${tempdir}" 7za x target/CHMB-pack.zip -o"${tempdir}"
mv -f "${tempdir}/lib/*" "${chmb}/lib/" cp -rf "${tempdir}/CHMB/lib/" "${chmb}/lib/"
mv -f "${tempdir}/sample/*" "${chmb}/sample/" cp -rf "${tempdir}/CHMB/sample/" "${chmb}/sample/"
mv -f "${tempdir}/template/*" "${chmb}/template/" cp -rf "${tempdir}/CHMB/template/" "${chmb}/template/"
mv -f "${tempdir}/templates/*" "${chmb}/templates/" cp -rf "${tempdir}/CHMB/templates/" "${chmb}/templates/"
rm -rf "${tempdir}" rm -rf "${tempdir}"
sudo systemctl start CHMB sudo systemctl start CHMB
sudo systemctl start CHMB_Batch</command> sudo systemctl start CHMB_Batch</command>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment