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

修改配置文件

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