Commit bfaa4e44 authored by 智勇's avatar 智勇

up

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