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