This commit is contained in:
stivepeim
2021-01-19 15:42:51 +08:00
parent c7654e50b1
commit 83cab7d589
148 changed files with 4921 additions and 1557 deletions

View File

@@ -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 ........."