fix bug
This commit is contained in:
parent
2a7961c72a
commit
9b0a0fbd5e
|
|
@ -10,7 +10,7 @@ echo "workspace is ${WORKSPACE}"
|
||||||
mv ${WORKSPACE}/sgzb-auth/target/sgzb-auth-cq1.0.jar $deploy_path
|
mv ${WORKSPACE}/sgzb-auth/target/sgzb-auth-cq1.0.jar $deploy_path
|
||||||
mv ${WORKSPACE}/sgzb-gateway/target/sgzb-gateway-cq1.0.jar $deploy_path
|
mv ${WORKSPACE}/sgzb-gateway/target/sgzb-gateway-cq1.0.jar $deploy_path
|
||||||
mv ${WORKSPACE}/sgzb-modules/sgzb-system/target/sgzb-modules-system-cq1.0.jar $deploy_path
|
mv ${WORKSPACE}/sgzb-modules/sgzb-system/target/sgzb-modules-system-cq1.0.jar $deploy_path
|
||||||
mv ${WORKSPACE}/sgzb-modules/sgzb-material/target/sgzb-modules-material-cq1.0.jar $deploy_path
|
mv ${WORKSPACE}/sgzb-modules/sgzb-material/target/sgzb-modules-material-common-3.0.jar $deploy_path
|
||||||
chmod 777 *.jar
|
chmod 777 *.jar
|
||||||
echo "--------moveFile end--------------"
|
echo "--------moveFile end--------------"
|
||||||
export sgzb_auth_enable=true
|
export sgzb_auth_enable=true
|
||||||
|
|
@ -21,7 +21,7 @@ export sgzb_modules_material_enable=true
|
||||||
export sgzb_auth_jar=sgzb-auth-cq1.0.jar
|
export sgzb_auth_jar=sgzb-auth-cq1.0.jar
|
||||||
export sgzb_gateway_jar=sgzb-gateway-cq1.0.jar
|
export sgzb_gateway_jar=sgzb-gateway-cq1.0.jar
|
||||||
export sgzb_modules_system_jar=sgzb-modules-system-cq1.0.jar
|
export sgzb_modules_system_jar=sgzb-modules-system-cq1.0.jar
|
||||||
export sgzb_modules_material_jar=sgzb-modules-material-cq1.0.jar
|
export sgzb_modules_material_jar=sgzb-modules-material-common-3.0.jar
|
||||||
|
|
||||||
export sgzb_auth_port=39200
|
export sgzb_auth_port=39200
|
||||||
export sgzb_gateway_port=39080
|
export sgzb_gateway_port=39080
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ echo 'Stop Success!'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
MA_RESOURCE_NAME=sgzb-modules-material-cq1.0.jar
|
MA_RESOURCE_NAME=sgzb-modules-material-common-3.0.jar
|
||||||
|
|
||||||
tpid=`ps -ef|grep $MA_RESOURCE_NAME|grep -v grep|grep -v kill|awk '{print $2}'`
|
tpid=`ps -ef|grep $MA_RESOURCE_NAME|grep -v grep|grep -v kill|awk '{print $2}'`
|
||||||
if [ ${tpid} ]; then
|
if [ ${tpid} ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue