2021年5月15日

摘要: ps=`ps -efl|grep redis|grep -v $0|grep -v grep|wc -l` if [ $ps -eq 0 ]; then rm -f /www/server/redis/redis.pid echo -e "\n$(date '+%Y-%m-%d %H:%M:%S') 阅读全文

posted @ 2021-05-15 08:57 黔人阿诺 阅读(142) 评论(0) 推荐(0) 编辑