|
@@ -11,7 +11,7 @@ checkEnv(){
|
|
|
if [ -z "${APP_NAME}" ] || [ -z "${APP_DEBUG}" ]; then #判断pid是否为空
|
|
|
if [[ $1 = 'prod' ]]; then
|
|
|
echo "prod start"
|
|
|
- APP_NAME=changeing-dev.jar
|
|
|
+ APP_NAME=changeing-prod.jar
|
|
|
APP_DEBUG=5526
|
|
|
elif [[ $1 = 'uat' ]] ; then
|
|
|
echo "uat start"
|