|
|
@ -75,6 +75,7 @@ installNewCAC(){
|
|
|
|
CAC_APP=cac-backend-0.0.1
|
|
|
|
CAC_APP=cac-backend-0.0.1
|
|
|
|
rm -rf ${CAC_DIR}/*
|
|
|
|
rm -rf ${CAC_DIR}/*
|
|
|
|
cp package/${CAC_APP}.jar ${CAC_DIR}/
|
|
|
|
cp package/${CAC_APP}.jar ${CAC_DIR}/
|
|
|
|
|
|
|
|
unzip -q package/static.zip -d ${CAC_DIR}/
|
|
|
|
echo ${CAC_DIR}" installed."
|
|
|
|
echo ${CAC_DIR}" installed."
|
|
|
|
unzip -qj package/${CAC_APP}.jar BOOT-INF/classes/application-prod.yml -d ${CAC_DIR}/config
|
|
|
|
unzip -qj package/${CAC_APP}.jar BOOT-INF/classes/application-prod.yml -d ${CAC_DIR}/config
|
|
|
|
sleep 1
|
|
|
|
sleep 1
|
|
|
|