摘要:
#!/bin/bash export LOG_FILE='/data/log/search' spider_search_pid=`ps aux|grep flask_web_search|grep -v "grep"|awk '{print $2}'` if [ "$spider_search_pid" ];then ps aux|grep flask_web_search|g... 阅读全文
posted @ 2018-07-10 22:29
Oops!#
阅读(1050)
评论(0)
推荐(0)