Explorar o código

add xigua_search

wangkun %!s(int64=2) %!d(string=hai) anos
pai
achega
3f0be9efda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/process.sh

+ 1 - 1
main/process.sh

@@ -190,7 +190,7 @@ else
 fi
 
 # 西瓜搜索爬虫策略
-if [[ "$time" > "00:00:00" ]] && [[ "$time" < "20:10:00" ]]; then
+if [[ "$time" > "00:00:00" ]] && [[ "$time" < "00:10:00" ]]; then
   echo "$(date "+%Y-%m-%d %H:%M:%S") 正在监测 西瓜搜索爬虫策略 进程状态" >> ${log_path}
   ps -ef | grep "run_xigua_search_new" | grep -v "grep"
   if [ "$?" -eq 1 ];then