Commit 5e997df3 authored by 智勇's avatar 智勇

up

parent bfaa4e44
...@@ -46,7 +46,7 @@ jarCmd="-jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80" ...@@ -46,7 +46,7 @@ jarCmd="-jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80"
finalCmd="" finalCmd=""
if [[ $SYSTEM_NAME == 'gu-bei' ]]; then if [[ $SYSTEM_NAME == 'gu-bei' ]]; then
finalCmd="$basicCmd $debugCmd $apolloMockCmd $jarCmd --spring.config.location=${config_path}" finalCmd="$basicCmd $debugCmd $apolloMockCmd $jarCmd --spring.config.location=${config_path}"
elif [[ $SYSTEM_NAME == 'pcm' || $SYSTEM_NAME == 'acs-batch' || $SYSTEM_NAME == 'acs-quartz' || $SYSTEM_NAME == 'acs-service' || $SYSTEM_NAME == 'acs-web' ]]; then elif [[ $SYSTEM_NAME == 'pcm' || $SYSTEM_NAME == 'acs-batch' || $SYSTEM_NAME == 'acs-quartz' || $SYSTEM_NAME == 'acs-service' || $SYSTEM_NAME == 'acs-web' || $SYSTEM_NAME == 'app-server' ]]; then
# 不能指定config.location # 不能指定config.location
finalCmd="$basicCmd $debugCmd $apolloCmd $jarCmd" finalCmd="$basicCmd $debugCmd $apolloCmd $jarCmd"
else else
......
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