mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-05-01 06:21:26 +08:00
update
This commit is contained in:
@@ -48,7 +48,7 @@ if test -e $APP_NAME;then
|
||||
#通过检测日志来判断
|
||||
while [ -f $LOG_FILE ]
|
||||
do
|
||||
success=`grep "CRMEB Started!" $LOG_FILE`
|
||||
success=`grep "Started CrmebApplication in " $LOG_FILE`
|
||||
if [[ "$success" != "" ]]
|
||||
then
|
||||
# echo "Crmeb start ........."
|
||||
|
||||
Reference in New Issue
Block a user