Commit 19b432e0 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 93eaf7dd
...@@ -166,15 +166,16 @@ main() { ...@@ -166,15 +166,16 @@ main() {
project_deploy project_deploy
#deploy.sh与后台与前台压缩包位置一致 #deploy.sh与后台与前台压缩包位置一致
#echo "前端服务部署" #echo "前端服务部署"
if [ $? -ne 0 ]; then # if [ $? -ne 0 ]; then
echo "============================failed==================================" # echo "============================failed=================================="
exit 1 # exit 1
else # else
echo "===========================succeed==================================" # echo "===========================succeed=================================="
echo ${RETVAL} # echo ${RETVAL}
#
exit 0 # exit 0
fi # fi
exit ${RETVAL}
} }
main $1 main $1
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