diff --git a/jobs/Deploy_CHM_SIT_124/config.xml b/jobs/Deploy_CHM_SIT_124/config.xml index 1725d5c0397c8c59d82c17e5fa7a22533c44f73d..5cd6a82b2249a0fbac06cd87efc1b90228b2fc44 100644 --- a/jobs/Deploy_CHM_SIT_124/config.xml +++ b/jobs/Deploy_CHM_SIT_124/config.xml @@ -150,12 +150,10 @@ tempdir=$(mktemp -d) sudo rm -f ${chm}/lib/* sudo rm -rf ${chm}/templates/* -sudo rm -rf ${chm}/sample/* 7za x target/CRM-pack.zip -o"${tempdir}" sudo mv -f ${tempdir}/CRM/lib/* "${chm}/lib" sudo mv -f ${tempdir}/CRM/templates/* "${chm}/templates" -sudo mv -f ${tempdir}/CRM/static/assets/web/sample/* "${chm}/sample/*" rm -rf "${tempdir}" sudo systemctl start CRM