mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 03:58:35 +08:00
1. 解决首次登陆可能出错的问题
2. 表单配置后数据为1111的问题 3.下单时可能出现错误配置提示的问题
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -48,7 +48,7 @@ if test -e $APP_NAME;then
|
||||
#通过检测日志来判断
|
||||
while [ -f $LOG_FILE ]
|
||||
do
|
||||
success=`grep "Started CrmebApplication in " $LOG_FILE`
|
||||
success=`grep "CRMEB Started!" $LOG_FILE`
|
||||
if [[ "$success" != "" ]]
|
||||
then
|
||||
# echo "Crmeb start ........."
|
||||
|
||||
Reference in New Issue
Block a user