Commit 5dd95d9f authored by 赵啸非's avatar 赵啸非

修改配置文件

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